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

Commit

Permalink
Increment version for release
Browse files Browse the repository at this point in the history
Pretty big changes here, so set to 1.1.0 instead of 1.0.5
  • Loading branch information
gamax92 committed Apr 2, 2017
1 parent 4c32da1 commit edbd602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.7.10-1.0.4"
version = "1.7.10-1.1.0"
group = "gamax92.thistle"
archivesBaseName = "Thistle"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gamax92/thistle/Thistle.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class Thistle {
public static final String MODID = "thistle";
public static final String NAME = "Thistle Computer";
public static final String VERSION = "1.0.4";
public static final String VERSION = "1.1.0";

@Mod.Instance
public static Thistle instance;
Expand Down

0 comments on commit edbd602

Please sign in to comment.