Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Feb 23, 2021
1 parent a38a452 commit d2b47f2
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 @@ -21,7 +21,7 @@ apply plugin: 'org.spongepowered.mixin'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "0.11.0-1.12.2"
version = "0.11.1-1.12.2"
group = "com.mrcrayfish" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "controllable"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/mrcrayfish/controllable/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ public class Reference
{
public static final String MOD_ID = "controllable";
public static final String MOD_NAME = "Controllable";
public static final String MOD_VERSION = "0.11.0";
public static final String MOD_VERSION = "0.11.1";
}
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": "controllable",
"name": "Controllable",
"description": "Adds in the ability to use a controller to play Minecraft",
"version": "0.11.0",
"version": "0.11.1",
"mcversion": "1.12.2",
"url": "https://mrcrayfish.com/mods?id=controllable",
"updateJSON": "https://raw.githubusercontent.com/MrCrayfish/Controllable/master/update.json",
Expand Down

0 comments on commit d2b47f2

Please sign in to comment.