Skip to content

Commit

Permalink
Bump to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tajakobsen committed Aug 5, 2024
1 parent f7b6232 commit daf68df
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 @@ -32,7 +32,7 @@ To get started add the following to your project's *build.gradle* file:
```groovy
plugins {
id 'java'
id 'no.item.xp.codegen' version '2.6.0'
id 'no.item.xp.codegen' version '2.6.1'
}
jar {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "no.item.xp.plugin"
version = "2.6.0"
version = "2.6.1"

kotlin {
jvmToolchain(11)
Expand Down

0 comments on commit daf68df

Please sign in to comment.