Skip to content

Commit fd01c17

Browse files
Bump Alpha version to 0.7.1e
1 parent 0ca2288 commit fd01c17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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 = "1.12.2-0.7.1d"
14+
version = "1.12.2-0.7.1e"
1515
group = "com.ferreusveritas.dynamictrees" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "DynamicTrees"
1717

src/main/java/com/ferreusveritas/dynamictrees/DynamicTrees.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* </p>
4747
*
4848
* @author ferreusveritas
49-
* @version 0.7.1d
49+
* @version 0.7.1e
5050
*
5151
*/
5252
@Mod(modid = ModConstants.MODID, version=ModConstants.VERSION,dependencies="after:computercraft;after:quark")

src/main/java/com/ferreusveritas/dynamictrees/ModConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
public class ModConstants {
44

55
public static final String MODID = "dynamictrees";
6-
public static final String VERSION = "0.7.1d";
6+
public static final String VERSION = "0.7.1e";
77

88
}

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "dynamictrees",
44
"name": "Dynamic Trees",
55
"description": "Trees that grow.. forests that spread",
6-
"version": "0.7.1d",
6+
"version": "0.7.1e",
77
"mcversion": "1.12.2",
88
"url": "",
99
"updateUrl": "",

0 commit comments

Comments
 (0)