Skip to content

Commit e88a595

Browse files
committed
version: 0.3
1 parent 5e2dd93 commit e88a595

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ pluginManagement {
4040
Then you can apply any of plugins where you need:
4141
```kotlin
4242
plugins {
43-
id("redmadrobot.kotlin-library") version "0.2"
44-
id("redmadrobot.publish") version "0.2"
45-
id("redmadrobot.detekt") version "0.2"
43+
id("redmadrobot.kotlin-library") version "0.3"
44+
id("redmadrobot.publish") version "0.3"
45+
id("redmadrobot.detekt") version "0.3"
4646
}
4747
```
4848

@@ -57,7 +57,7 @@ pluginManagement {
5757
resolutionStrategy {
5858
eachPlugin {
5959
if (requested.id.namespace == "redmadrobot") {
60-
useModule("com.redmadrobot.build:infrastructure:0.2")
60+
useModule("com.redmadrobot.build:infrastructure:0.3")
6161
}
6262
}
6363
}

build.gradle.kts

+1-1
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.3-SNAPSHOT"
8+
version = "0.3"
99

1010
kotlinDslPluginOptions {
1111
experimentalWarning.set(false)

0 commit comments

Comments
 (0)