Skip to content

Commit

Permalink
Updated version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jul 12, 2024
1 parent 65c4eb3 commit f57b4a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gradle `build.gradle.kts` file:
```kotlin
plugins {
application
id("com.uwyn.rife2") version "1.1.0"
id("com.uwyn.rife2") version "1.2.0"
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "com.uwyn.rife2"
version = "1.1.0"
version = "1.2.0"

java {
toolchain {
Expand Down

0 comments on commit f57b4a7

Please sign in to comment.