Skip to content

Commit 78cf437

Browse files
committed
update README
1 parent 372b6a1 commit 78cf437

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Apply the plugin in the main `build.gradle(.kts)` configuration file:
99
Using the plugins DSL:
1010
``` groovy
1111
plugins {
12-
id("io.github.cdsap.kotlinprocess") version "0.1.3"
12+
id("io.github.cdsap.kotlinprocess") version "0.1.4"
1313
}
1414
```
1515

@@ -20,7 +20,7 @@ buildscript {
2020
gradlePluginPortal()
2121
}
2222
dependencies {
23-
classpath("io.github.cdsap:infokotlinprocess:0.1.3")
23+
classpath("io.github.cdsap:infokotlinprocess:0.1.4")
2424
}
2525
}
2626
@@ -31,7 +31,7 @@ apply(plugin = "io.github.cdsap.kotlinprocess")
3131
Using the plugins DSL:
3232
``` groovy
3333
plugins {
34-
id "io.github.cdsap.kotlinprocess" version "0.1.3"
34+
id "io.github.cdsap.kotlinprocess" version "0.1.4"
3535
}
3636
3737
```
@@ -43,7 +43,7 @@ buildscript {
4343
gradlePluginPortal()
4444
}
4545
dependencies {
46-
classpath "io.github.cdsap:infokotlinprocess:0.1.3"
46+
classpath "io.github.cdsap:infokotlinprocess:0.1.4"
4747
}
4848
}
4949

0 commit comments

Comments
 (0)