Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SCLeoX committed May 7, 2020
1 parent f46f32c commit 3a0d7d4
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 @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.1"
version = "1.1.1"
group = "me.tepis.integratednbt" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "integratednbt"
compileJava.options.encoding = 'UTF-8'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/tepis/integratednbt/IntegratedNBT.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class IntegratedNBT {
public static final String MODID = "integratednbt";
public static final String NAME = "Integrated NBT";
public static final String VERSION = "1.1";
public static final String VERSION = "1.1.1";
private static SimpleNetworkWrapper networkChannel =
NetworkRegistry.INSTANCE.newSimpleChannel(MODID);
@Instance(MODID)
Expand Down

0 comments on commit 3a0d7d4

Please sign in to comment.