diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-02-27 16:10:07 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-02-27 16:10:07 +0200 |
commit | 5ae6164d6bcfe0c2af93afc2015443a1a7d236a0 (patch) | |
tree | 68275b5a9eb8ef2ecd6e738d509ebd0ca4551538 /gradle.properties | |
parent | e9c1a13abd8d73267d4846dafb93964646684818 (diff) | |
download | LibGui-5ae6164d6bcfe0c2af93afc2015443a1a7d236a0.tar.gz LibGui-5ae6164d6bcfe0c2af93afc2015443a1a7d236a0.tar.bz2 LibGui-5ae6164d6bcfe0c2af93afc2015443a1a7d236a0.zip |
Migrate all rectangle rendering to use MatrixStacks
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 7172e17..f325d1b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.11.1 # Mod Properties - mod_version = 3.3.5 + mod_version = 4.0.0-beta.1 maven_group = io.github.cottonmc archives_base_name = LibGui |