Skip to content

Commit

Permalink
makerelease.sh: set version
Browse files Browse the repository at this point in the history
  • Loading branch information
TudbuT committed May 23, 2022
1 parent 9c3f02e commit 10b09c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/tudbut/mod/polyfire/PolyFire.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class PolyFire {
// FML stuff and version
public static final String MODID = "polyfire";
public static final String NAME = "PolyFire";
public static final String VERSION = "v1.1.2a";
public static final String VERSION = "v1.1.3a";
// TODO: PLEASE change this when skidding or rebranding.
// It is used for analytics and doesn't affect gameplay
public static final String BRAND = "TudbuT/polyfire:master";
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": "polyfire",
"name": "PolyFire",
"description": "",
"version": "v1.1.2a",
"version": "v1.1.3a",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.2a
v1.1.3a

0 comments on commit 10b09c0

Please sign in to comment.