diff options
author | nea <nea@nea.moe> | 2023-02-28 01:19:51 +0100 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-02-28 01:19:51 +0100 |
commit | a373dbd3348833724055916a33961d0f6c34d4f6 (patch) | |
tree | e51adfd0f0dbd3fa3007808454945e865d3bf50e | |
parent | 06a49d9bc61fc05d6797ddd0fdebe5a7612daea0 (diff) | |
download | libautoupdate-a373dbd3348833724055916a33961d0f6c34d4f6.tar.gz libautoupdate-a373dbd3348833724055916a33961d0f6c34d4f6.tar.bz2 libautoupdate-a373dbd3348833724055916a33961d0f6c34d4f6.zip |
Version bump
-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 7f078c6..396942a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "moe.nea" -version = "1.0.0" +version = "1.0.1" allprojects { apply(plugin = "java") |