Skip to content

Commit

Permalink
Changed version number again; I think I'll settle with this one
Browse files Browse the repository at this point in the history
  • Loading branch information
jwosty committed Apr 15, 2014
1 parent 8979999 commit 969471e
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 @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "0.2.0-mc1.7.2"
version = "mc1.7.2-0.1.0_alpha"
group= "jw.spacedistortion" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "spacedistortion"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jw/spacedistortion/common/CommonProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
public class CommonProxy {
public static final String MOD_ID = "spacedistortion";
public static final String MOD_NAME = "Space Distortion";
public static final String MOD_VERSION = "0.2.0";
public static final String MOD_VERSION = "0.1.0_alpha";
}
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": "spacedistortion",
"name": "Space Distortion",
"description": "Bending the Minecraft world with the stargate and TARDIS",
"version": "0.2.0",
"version": "0.1.0_alpha",
"mcversion": "1.7.2",
"url": "http://www.minecraftforum.net/topic/space-distortion-172-wip/",
"updateUrl": "",
Expand Down

0 comments on commit 969471e

Please sign in to comment.