Skip to content

Commit

Permalink
v.0.2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bode-mmk committed Nov 14, 2018
1 parent 595b75d commit db055a4
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 = "0.2.0.6"
version = "0.2.1.0"
group = "com.bode.dsemod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "dsemod"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dse/dseMod/DseMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@EventBusSubscriber
public class DseMod {
public static final String MODID = "dsemod";
public static final String VERSION = "0.2.0.6";
public static final String VERSION = "0.2.1.0";
// world generator holder
//public static class WORLD_GEN {
// public static IWorldGenerator dse_flower_generator = new com.dse.dseMod.worldgen.WorldGenDseFlower();
Expand Down

0 comments on commit db055a4

Please sign in to comment.