Skip to content

Commit 9bae4ca

Browse files
committed
version
1 parent 8f0baef commit 9bae4ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
org.gradle.jvmargs=-Xmx3G
44
org.gradle.daemon=false
55
mc_version=1.12.2
6-
mod_version=1.21.0A
6+
mod_version=1.21.1A
77
mod_name=Chocolate Quest Repoured
88
mod_id=cqrepoured
99
mod_group=com.teamcqr.chocolatequestrepoured

src/main/java/com/teamcqr/chocolatequestrepoured/util/Reference.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public class Reference {
44
public static final String MODID = "cqrepoured";
55
public static final String NAME = "Chocolate Quest Repoured";
6-
public static final String VERSION = "1.21.0A";
6+
public static final String VERSION = "1.21.1A";
77
public static final String ACCEPTED_VERSIONS = "[1.12.2]";
88
public static final String CLIENT_PROXY_CLASS = "com.teamcqr.chocolatequestrepoured.proxy.ClientProxy";
99
public static final String COMMON_PROXY_CLASS = "com.teamcqr.chocolatequestrepoured.proxy.ServerProxy";

src/main/resources/mcmod.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "cqrepoured",
44
"name": "Chocolate Quest Repoured Mod",
55
"description": "A complete rewrite of the Chocolate Quest mod by Chocolatin, who disappeared. A lot of features are still to be implemented, so please follow updates.",
6-
"version": "1.21.0A",
6+
"version": "1.21.1A",
77
"mcversion": "1.12.2",
88
"url": "https://github.com/TeamChocoQuest/ChocolateQuestRepoured",
99
"updateUrl": "",

0 commit comments

Comments
 (0)