Skip to content

Commit b5dcf64

Browse files
committed
Bump version to 1.1
1 parent 522b605 commit b5dcf64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717

1818
apply plugin: 'forge'
1919

20-
version = "1.0"
20+
version = "1.1"
2121
group= "com.bartbes.openblocksElevatorIndicator"
2222
archivesBaseName = "obelevindicator"
2323

src/main/java/com/bartbes/openblocksElevatorIndicator/IndicatorMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class IndicatorMod
1515
{
1616
public static final String MODNAME = "OpenBlocks Elevator Indicator";
1717
public static final String MODID = "openblocksElevatorIndicator";
18-
public static final String VERSION = "1.0";
18+
public static final String VERSION = "1.1";
1919

2020
@Mod.Instance(MODID)
2121
public static IndicatorMod instance;

0 commit comments

Comments
 (0)