diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-07-15 17:05:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 17:05:03 +0200 |
commit | 9293e2833b01dcb76af85fcb2388a33701dc3ca1 (patch) | |
tree | 712c3172fd9b156a244fa948542dd997e7d083b1 /gradle.properties | |
parent | afc7e5877903ce925a873c5c9079a69180ce510e (diff) | |
download | OneConfig-9293e2833b01dcb76af85fcb2388a33701dc3ca1.tar.gz OneConfig-9293e2833b01dcb76af85fcb2388a33701dc3ca1.tar.bz2 OneConfig-9293e2833b01dcb76af85fcb2388a33701dc3ca1.zip |
Release workflow (#53)
* release workflow
* update normal version to hash
* fix
* fix naming
* fix some stuff
* fix version thing
* switch to number from hash
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 3bedb89..f5773f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ mod_name = OneConfig mod_id = oneconfig -mod_version = 0.1.0-alpha50 +mod_major_version = 0.1.0-alpha +mod_minor_version = -LOCAL essential.defaults.loom=0 |