Skip to content

Commit

Permalink
Increased mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Frey committed May 22, 2019
1 parent c93d3b4 commit ae0b68b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "1.1"
version = "1.2"
group = "BatteryBufferDriver" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "BatteryBufferDriver"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class BatteryBufferDriverMod

public static final String MODID = "batterybufferdriver";
public static final String NAME = "BatteryBufferDriver";
public static final String VERSION = "1.1";
public static final String VERSION = "1.2";


private static Logger logger;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "BatteryBufferDriver",
"name": "OpenComputers Driver for the GregTech Community Edition Battery Buffers",
"description": "Adds the capability for computers to read the charge of the Battery Buffers from GTCE",
"version": "1.1",
"version": "1.2",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit ae0b68b

Please sign in to comment.