Skip to content

Commit

Permalink
Release 1.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Feb 16, 2024
1 parent 1236fa1 commit 60e54b6
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 @@ -64,7 +64,7 @@ The main build file should look as follows:

```groovy
plugins {
id 'org.javamodularity.moduleplugin' version '1.8.12' apply false
id 'org.javamodularity.moduleplugin' version '1.8.13' apply false
}
subprojects {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildScan {
}

group 'org.javamodularity'
version '1.8.13-SNAPSHOT'
version '1.8.13'

sourceCompatibility = 11
targetCompatibility = 11
Expand Down

0 comments on commit 60e54b6

Please sign in to comment.