File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 "
1515group = " BatteryBufferDriver" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616archivesBaseName = " BatteryBufferDriver"
1717
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" : " " ,
You can’t perform that action at this time.
0 commit comments