diff options
author | Juuxel <kasperi.kauppi@gmail.com> | 2020-06-23 22:37:12 +0300 |
---|---|---|
committer | Juuxel <kasperi.kauppi@gmail.com> | 2020-06-23 22:37:12 +0300 |
commit | 30ce0f093d90dd979ad5fab5c86bb21338265c55 (patch) | |
tree | edea17aea17a777cebe3df45620ba6a3f5c9775a /gradle.properties | |
parent | 31e14c4210cfd93edabd77b43ef72568e4a6f642 (diff) | |
download | LibGui-30ce0f093d90dd979ad5fab5c86bb21338265c55.tar.gz LibGui-30ce0f093d90dd979ad5fab5c86bb21338265c55.tar.bz2 LibGui-30ce0f093d90dd979ad5fab5c86bb21338265c55.zip |
Bump version to 2.0.0 and update to 1.16 stable2.0.0
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 ba6bc64..58de45a 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.16-rc1 - yarn_mappings=1.16-rc1+build.12 + minecraft_version=1.16 + yarn_mappings=1.16+build.1 loader_version=0.8.8+build.202 # Mod Properties - mod_version = 2.0.0-beta.5 + mod_version = 2.0.0 maven_group = io.github.cottonmc archives_base_name = LibGui |