Skip to content

Commit

Permalink
Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi0x committed Feb 16, 2022
1 parent 8e2419d commit 9a515eb
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 @@ -14,7 +14,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
//apply plugin: 'maven-publish'

version = '1.0.1'
version = '1.0.2'
group = 'com.fi0x.deepmagic' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'deepmagic'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/fi0x/deepmagic/util/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Reference {
public static final String MOD_ID = "deepmagic";
public static final String NAME = "Deep Magic";
public static final String VERSION = "1.0.1";
public static final String VERSION = "1.0.2";
public static final String ACCEPTED_VERSIONS = "[1.12.2]";
public static final String CLIENT_PROXY_CLASS = "com.fi0x.deepmagic.proxy.ClientProxy";
public static final String COMMON_PROXY_CLASS = "com.fi0x.deepmagic.proxy.CommonProxy";
Expand Down
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": "deepmagic",
"name": "Deep Magic",
"description": "Mod that uses magic from the depths of the world.",
"version": "1.0.1",
"version": "1.0.2",
"mcversion": "1.12.2",
"url": "https://github.com/Fi0x/DeepMagic",
"updateUrl": "",
Expand Down

0 comments on commit 9a515eb

Please sign in to comment.