Skip to content

Commit e55a1d3

Browse files
committed
Bump to 2.4.1
1 parent de0b381 commit e55a1d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To get started add the following to your project's *build.gradle* file:
3030
```groovy
3131
plugins {
3232
id 'java'
33-
id 'no.item.xp.codegen' version '2.4.0'
33+
id 'no.item.xp.codegen' version '2.4.1'
3434
}
3535
3636
jar {

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "no.item.xp.plugin"
12-
version = "2.4.0"
12+
version = "2.4.1"
1313

1414
kotlin {
1515
jvmToolchain(11)

0 commit comments

Comments
 (0)