Skip to content

Commit ae0b68b

Browse files
author
Jonas Frey
committed
Increased mod version
1 parent c93d3b4 commit ae0b68b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1"
14+
version = "1.2"
1515
group = "BatteryBufferDriver" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616
archivesBaseName = "BatteryBufferDriver"
1717

src/main/java/BatteryBufferDriver/BatteryBufferDriverMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class BatteryBufferDriverMod
1313

1414
public static final String MODID = "batterybufferdriver";
1515
public static final String NAME = "BatteryBufferDriver";
16-
public static final String VERSION = "1.1";
16+
public static final String VERSION = "1.2";
1717

1818

1919
private static Logger logger;

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": "BatteryBufferDriver",
44
"name": "OpenComputers Driver for the GregTech Community Edition Battery Buffers",
55
"description": "Adds the capability for computers to read the charge of the Battery Buffers from GTCE",
6-
"version": "1.1",
6+
"version": "1.2",
77
"mcversion": "1.12.2",
88
"url": "",
99
"updateUrl": "",

0 commit comments

Comments
 (0)