Skip to content

Commit

Permalink
Updated version number to 0.2.0_alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jwosty committed Sep 27, 2014
1 parent 8de18cb commit e6653b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "mc1.7.10-10.1.0_alpha"
version = "mc1.7.10-0.2.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,7 +3,7 @@
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.1.0_alpha";
public static final String MOD_VERSION = "0.2.0_alpha";

public void registerRenderers() {}
}
4 changes: 2 additions & 2 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"modid": "spacedistortion",
"name": "Space Distortion",
"description": "Bending the Minecraft world with the stargate and TARDIS",
"version": "0.1.0_alpha",
"mcversion": "1.7.2",
"version": "0.2.0_alpha",
"mcversion": "1.7.10",
"url": "http://www.minecraftforum.net/topic/space-distortion-172-wip/",
"updateUrl": "",
"authors": ["Jwosty"],
Expand Down

0 comments on commit e6653b9

Please sign in to comment.