Skip to content

Commit

Permalink
Update to version 1.12.2-0.0.0.11-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiboo committed Oct 29, 2018
1 parent caf84df commit 1f8f2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.12.2-0.0.0.10-alpha1"
version = "1.12.2-0.0.0.11-alpha1"
group = "com.landofminecraft.mcmmo" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "mcmmo"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static final class Version {
* It is changed when we patch small problems that do not cause a change to any greater versions.<br>
* It is reset when we update to a new Minecraft version, our Major Mod Version increments, our Major API Version increments or our Minor Mod Version increments.
*/
public static final int PATCH_VERSION = 10;
public static final int PATCH_VERSION = 11;

/**
* This is our Mod's PreRelease Version.<br>
Expand Down

0 comments on commit 1f8f2b3

Please sign in to comment.