Skip to content

Commit

Permalink
Version 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysteryem committed Mar 20, 2017
1 parent 135ea41 commit b2c02d0
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 @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "2.6"
version = "2.7"
group= "uk.co.mysterymayhem.gravitymod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "UpAndDownAndAllAround"
targetCompatibility = "1.8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class GravityMod {
// Major changes, 1 was used for TMT, 2 is main development, 3 will likely be for initial full release and beyond
private static final int MAJOR_VERSION = 2;
// Indicates a breaking change in the mod, requiring both client and server updates
private static final int MINOR_VERSION = 6;
private static final int MINOR_VERSION = 7;
// Indicates a non-breaking change in the mod
// Different patch numbers but the same major and minor version should be compatible with one another
private static final int PATCH_NUMBER = 0;
Expand Down

0 comments on commit b2c02d0

Please sign in to comment.