diff options
author | Linnea Gräf <nea@nea.moe> | 2024-03-29 14:44:16 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-03-29 14:44:16 +0100 |
commit | 5561084de72c51db4f80ca4447407cc451e560a7 (patch) | |
tree | 158d276b11bdaf9345fc020bc6aae89196743ee1 | |
parent | 1789e8d98393fa778e1690af964d14fa784fe09f (diff) | |
download | libautoupdate-5561084de72c51db4f80ca4447407cc451e560a7.tar.gz libautoupdate-5561084de72c51db4f80ca4447407cc451e560a7.tar.bz2 libautoupdate-5561084de72c51db4f80ca4447407cc451e560a7.zip |
Bump version
-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 29a6a58..e3d7cae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "moe.nea" -version = "1.2.0" +version = "1.3.0" allprojects { apply(plugin = "java") |