Skip to content

Commit

Permalink
Merge pull request #11 from cdsap/prepare_new_release
Browse files Browse the repository at this point in the history
prepare new release
  • Loading branch information
cdsap committed Feb 22, 2023
2 parents 101f418 + cc74da1 commit 4040199
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Apply the plugin in the main `build.gradle(.kts)` configuration file:
Using the plugins DSL:
``` groovy
plugins {
id("io.github.cdsap.kotlinprocess") version "0.1.1"
id("io.github.cdsap.kotlinprocess") version "0.1.2"
}
```

Expand All @@ -20,7 +20,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath("io.github.cdsap:infokotlinprocess:0.1.1")
classpath("io.github.cdsap:infokotlinprocess:0.1.2")
}
}
Expand All @@ -31,7 +31,7 @@ apply(plugin = "io.github.cdsap.kotlinprocess")
Using the plugins DSL:
``` groovy
plugins {
id "io.github.cdsap.kotlinprocess" version "0.1.1"
id "io.github.cdsap.kotlinprocess" version "0.1.2"
}
```
Expand All @@ -43,7 +43,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "io.github.cdsap:infokotlinprocess:0.1.1"
classpath "io.github.cdsap:infokotlinprocess:0.1.2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.cdsap"
version = "0.1.1"
version = "0.1.2"

java {
toolchain {
Expand Down

0 comments on commit 4040199

Please sign in to comment.