diff options
author | Falkreon <falkreon@gmail.com> | 2019-08-24 21:17:24 -0500 |
---|---|---|
committer | Falkreon <falkreon@gmail.com> | 2019-08-24 21:17:24 -0500 |
commit | 2ae4c11c84ad90031b0fd32e011c49849352bcc5 (patch) | |
tree | 303da79f8304110029c32148fd02453e0cc02059 /gradle.properties | |
parent | d17ec9d9299b7dae2964d7314a60502b56f7e12b (diff) | |
download | LibGui-2ae4c11c84ad90031b0fd32e011c49849352bcc5.tar.gz LibGui-2ae4c11c84ad90031b0fd32e011c49849352bcc5.tar.bz2 LibGui-2ae4c11c84ad90031b0fd32e011c49849352bcc5.zip |
Add test project, fix readme, work on list widget
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 a8080fa..45585f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.4.8+build.158 # Mod Properties - mod_version = 1.3.1 + mod_version = 1.3.1-SNAPSHOT maven_group = io.github.cottonmc archives_base_name = LibGui |