We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522b605 commit b5dcf64Copy full SHA for b5dcf64
build.gradle
@@ -17,7 +17,7 @@ buildscript {
17
18
apply plugin: 'forge'
19
20
-version = "1.0"
+version = "1.1"
21
group= "com.bartbes.openblocksElevatorIndicator"
22
archivesBaseName = "obelevindicator"
23
src/main/java/com/bartbes/openblocksElevatorIndicator/IndicatorMod.java
@@ -15,7 +15,7 @@ public class IndicatorMod
15
{
16
public static final String MODNAME = "OpenBlocks Elevator Indicator";
public static final String MODID = "openblocksElevatorIndicator";
- public static final String VERSION = "1.0";
+ public static final String VERSION = "1.1";
@Mod.Instance(MODID)
public static IndicatorMod instance;
0 commit comments