Skip to content

Commit 5aa75c6

Browse files
committed
version: 0.4
1 parent 072eee9 commit 5aa75c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ pluginManagement {
4141
Then you can apply any of plugins where you need:
4242
```kotlin
4343
plugins {
44-
id("redmadrobot.kotlin-library") version "0.3"
45-
id("redmadrobot.publish") version "0.3"
46-
id("redmadrobot.detekt") version "0.3"
44+
id("redmadrobot.kotlin-library") version "0.4"
45+
id("redmadrobot.publish") version "0.4"
46+
id("redmadrobot.detekt") version "0.4"
4747
}
4848
```
4949

@@ -58,7 +58,7 @@ pluginManagement {
5858
resolutionStrategy {
5959
eachPlugin {
6060
if (requested.id.namespace == "redmadrobot") {
61-
useModule("com.redmadrobot.build:infrastructure:0.3")
61+
useModule("com.redmadrobot.build:infrastructure:0.4")
6262
}
6363
}
6464
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
group = "com.redmadrobot.build"
77
description = "Small plugins to reduce boilerplate in Gradle build scripts."
8-
version = "0.4-SNAPSHOT"
8+
version = "0.4"
99

1010
kotlinDslPluginOptions {
1111
experimentalWarning.set(false)

0 commit comments

Comments
 (0)