diff options
author | Linnea Gräf <nea@nea.moe> | 2024-03-29 19:01:24 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-03-29 19:01:24 +0100 |
commit | a1670fbd42ffdd314c0814abb0b9e54a36dcc35d (patch) | |
tree | 87a9bfd5c7b400619b08e35e3f0e0aba857c7dc6 | |
parent | 4ebf5f4c9bd1f641703f4d7c539a78280779e318 (diff) | |
download | libautoupdate-master.tar.gz libautoupdate-master.tar.bz2 libautoupdate-master.zip |
-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 e3d7cae..d8164da 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "moe.nea" -version = "1.3.0" +version = "1.3.1" allprojects { apply(plugin = "java") |