Skip to content

Commit

Permalink
Update to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suppergerrie2 committed Aug 24, 2018
1 parent dee0a34 commit be4f15f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.3.0"
version = "1.3.1"
group = "com.suppergerrie2.sdrones" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "sdrones"

Expand Down
5 changes: 3 additions & 2 deletions src/main/java/com/suppergerrie2/sdrones/Reference.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package com.suppergerrie2.sdrones;

public class Reference {

public static final String MODID = "sdrones";
public static final String MODNAME = "Suppergerrie2's Drone Mod";
public static final String VERSION = "1.0";
public static final String ACCEPTED_MINECRAFT_VERSIONS = "[1.12]";
public static final String VERSION = "1.3.1";
public static final String ACCEPTED_MINECRAFT_VERSIONS = "[1.12]";
public static final String UPGRADE_REGISTRY = "drone_upgrades";
}

0 comments on commit be4f15f

Please sign in to comment.