Skip to content

Commit

Permalink
bump version (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Dec 19, 2021
1 parent b953962 commit 627fa9b
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 @@ -23,7 +23,7 @@ plugins {
id "java"
}

version = "1.0.0"
version = "1.1.0"
group = modGroup
archivesBaseName = "Hytilities-Reborn"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/wyvest/hytilities/Hytilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class Hytilities {

public static final String MOD_ID = "hytilities-reborn";
public static final String MOD_NAME = "Hytilities Reborn";
public static final String VERSION = "1.0.0";
public static final String VERSION = "1.1.0";

@Mod.Instance(MOD_ID)
public static Hytilities INSTANCE;
Expand Down

0 comments on commit 627fa9b

Please sign in to comment.