diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-08-24 18:43:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 18:43:16 +0200 |
commit | 6fcde0faae9b7434cca0e55a7d538690b98f2769 (patch) | |
tree | af14617e318137312292f16389d88148e7fbdcc2 | |
parent | ad40d3143db23c5a1e9dfad2145f4441a61794db (diff) | |
download | Chatting-6fcde0faae9b7434cca0e55a7d538690b98f2769.tar.gz Chatting-6fcde0faae9b7434cca0e55a7d538690b98f2769.tar.bz2 Chatting-6fcde0faae9b7434cca0e55a7d538690b98f2769.zip |
Update gradle.properties
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 2a7cbf8..8df6fa3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx2G mod_name = Chatting mod_id = chatting -mod_version = 1.4.2-alpha1 +mod_version = 1.4.2-alpha2 loom.platform = forge -minecraft.version = "1.8.9-forge"
\ No newline at end of file +minecraft.version = "1.8.9-forge" |