Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
DerToaster98 committed Jul 30, 2023
1 parent 695b42a commit ab555bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle'
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
apply plugin: 'eclipse'

version = '1.12.2-2.6.13B'
version = '1.12.2-2.6.14B'
group = 'team.cqr.cqrepoured'
archivesBaseName = 'Chocolate_Quest_Repoured'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/team/cqr/cqrepoured/CQRMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
public class CQRMain {

public static final String MODID = "cqrepoured";
public static final String VERSION = "2.6.13B";
public static final String VERSION = "2.6.14B";
public static final String ACCEPTED_MINECRAFT_VERSIONS = "[1.12,1.12.2]";

@Instance
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "cqrepoured",
"name": "Chocolate Quest Repoured Mod",
"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.",
"version": "2.6.13B",
"version": "2.6.14B",
"mcversion": "1.12.2",
"url": "https://cq-repoured.net/",
"updateUrl": "",
Expand Down

0 comments on commit ab555bf

Please sign in to comment.