Skip to content

Commit

Permalink
Updated version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLittleKitty committed Nov 5, 2016
1 parent 73d99e4 commit f267eb2
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 @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.10.2-1.0.2"
version = "1.10.2-1.0.3"
group= "com.gmail.nuclearcat1337.snitch_master" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "SnitchMaster"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class SnitchMaster// implements SnitchMasterAPI
{
public static final String MODID = "snitchmaster";
public static final String MODNAME = "Snitch Master";
public static final String MODVERSION = "1.0.2";
public static final String MODVERSION = "1.0.3";

private static final Minecraft mc = Minecraft.getMinecraft();
/**
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": "snitchmaster",
"name": "Snitch Master",
"description": "A mod that handles JukeAlert Snitches",
"version": "1.0.2",
"version": "1.0.3",
"mcversion": "1.10.2",
"url": "https://github.com/Scuwr/Snitch-Visualizer/",
"updateUrl": "",
Expand Down

0 comments on commit f267eb2

Please sign in to comment.