diff options
author | Linnea Gräf <nea@nea.moe> | 2024-04-28 21:45:24 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-04-28 21:45:24 +0200 |
commit | 0aaa7a3b59c42cf7cead527a829b5de38be3b594 (patch) | |
tree | 9d9ddd970be17f56016e60f0501fcb30830a2b68 | |
parent | 5c3de0cc4fbc3fbbf7d970aa9c83ad3f24e9cc81 (diff) | |
download | neuhax-1.3.0.tar.gz neuhax-1.3.0.tar.bz2 neuhax-1.3.0.zip |
Bump version1.3.0
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 5f84c09..1dbb1b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { } group = "moe.nea" -version = "1.2.1" +version = "1.3.0" // Toolchains: java { |