diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-06-05 00:19:20 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-06-05 00:19:20 +0300 |
commit | 1e8749778565d914a65cb4c4b241ddfba21649f3 (patch) | |
tree | c0defbbc248be4a469484d7c2a48a354b071f01f /gradle.properties | |
parent | a1bb6316f2d6ecc0019e00438b4cf724dde68f73 (diff) | |
download | LibGui-1e8749778565d914a65cb4c4b241ddfba21649f3.tar.gz LibGui-1e8749778565d914a65cb4c4b241ddfba21649f3.tar.bz2 LibGui-1e8749778565d914a65cb4c4b241ddfba21649f3.zip |
Bump versions
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 8d96481..41e24fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.17-pre1 - yarn_mappings=1.17-pre1+build.1 + minecraft_version=1.17-rc1 + yarn_mappings=1.17-rc1+build.1 loader_version=0.11.3 # Mod Properties - mod_version = 4.0.0-beta.3 + mod_version = 4.0.0-beta.4 maven_group = io.github.cottonmc archives_base_name = LibGui |