Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 971b3fc

Browse files
committed
Merge branch 'master' of https://github.com/gamax92/Thistle
2 parents bb0e579 + edbd602 commit 971b3fc

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.7.10-1.0.4"
20+
version = "1.7.10-1.1.0"
2121
group = "gamax92.thistle"
2222
archivesBaseName = "Thistle"
2323

src/main/java/gamax92/thistle/Thistle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public class Thistle {
2020
public static final String MODID = "thistle";
2121
public static final String NAME = "Thistle Computer";
22-
public static final String VERSION = "1.0.4";
22+
public static final String VERSION = "1.1.0";
2323

2424
@Mod.Instance
2525
public static Thistle instance;

0 commit comments

Comments
 (0)