diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2023-01-12 20:18:42 -0500 |
---|---|---|
committer | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2023-01-12 20:18:42 -0500 |
commit | 9b50f588f1d5899bfe1b7f6aa1f42bc204257bf4 (patch) | |
tree | fa24b189521779252a6ff15442c340b27acfd186 | |
parent | 8e0087172174b2aec0fce9ef4a2f2e287251ff74 (diff) | |
download | Chatting-9b50f588f1d5899bfe1b7f6aa1f42bc204257bf4.tar.gz Chatting-9b50f588f1d5899bfe1b7f6aa1f42bc204257bf4.tar.bz2 Chatting-9b50f588f1d5899bfe1b7f6aa1f42bc204257bf4.zip |
bump version
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 76dac55..57d0e1e 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-beta2 +mod_version = 1.4.2-beta3 loom.platform = forge minecraft.version = "1.8.9-forge" |