Skip to content

Commit db055a4

Browse files
committed
v.0.2.1.0
1 parent 595b75d commit db055a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1212

1313

14-
version = "0.2.0.6"
14+
version = "0.2.1.0"
1515
group = "com.bode.dsemod" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "dsemod"
1717

src/main/java/com/dse/dseMod/DseMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
@EventBusSubscriber
5656
public class DseMod {
5757
public static final String MODID = "dsemod";
58-
public static final String VERSION = "0.2.0.6";
58+
public static final String VERSION = "0.2.1.0";
5959
// world generator holder
6060
//public static class WORLD_GEN {
6161
// public static IWorldGenerator dse_flower_generator = new com.dse.dseMod.worldgen.WorldGenDseFlower();

0 commit comments

Comments
 (0)