diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-11 13:20:13 +0200 |
---|---|---|
committer | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-11 13:20:13 +0200 |
commit | 4b238757afdd2544c7cc3d0eb351d65cf95cae4d (patch) | |
tree | f2096dfad154b7ba1e559f5a710ec19d7fb119eb /build.gradle | |
parent | c12d1046fd224a08afee5b4ba3dd226c91dcb0a9 (diff) | |
download | OneConfigLoader-4b238757afdd2544c7cc3d0eb351d65cf95cae4d.tar.gz OneConfigLoader-4b238757afdd2544c7cc3d0eb351d65cf95cae4d.tar.bz2 OneConfigLoader-4b238757afdd2544c7cc3d0eb351d65cf95cae4d.zip |
update version
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 7f939cb..fa905d1 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id "java" } -version = "1.0.0-alpha1" +version = "1.0.0-alpha2" group = "cc.polyfrost" archivesBaseName = rootProject.name |