diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-12-06 15:13:11 +0200 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-12-06 15:13:11 +0200 |
commit | 1b1b50a4bca47b88c7cb10a5a80c5d3e52e87091 (patch) | |
tree | fe09b3ffc7b4e06cdb1c6e4e97abb9c9b78230af /gradle.properties | |
parent | 6557ffcbfc95841d5dccdadaf97e5d2277f84f8d (diff) | |
download | LibGui-1b1b50a4bca47b88c7cb10a5a80c5d3e52e87091.tar.gz LibGui-1b1b50a4bca47b88c7cb10a5a80c5d3e52e87091.tar.bz2 LibGui-1b1b50a4bca47b88c7cb10a5a80c5d3e52e87091.zip |
Bump version to 5.0.0, build on 1.18
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 15c1e73..9821724 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.18-rc1 - yarn_mappings=1.18-rc1+build.1 - loader_version=0.12.5 + minecraft_version=1.18 + yarn_mappings=1.18+build.1 + loader_version=0.12.8 # Mod Properties - mod_version = 5.0.0-beta.2 + mod_version = 5.0.0 maven_group = io.github.cottonmc archives_base_name = LibGui |