Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed Aug 4, 2022
1 parent 98e4073 commit 3af90bf
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 @@ -14,7 +14,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'idea'
apply plugin: 'maven-publish'

version = '1.1.0'
version = '1.1.1'
group = 'com.rettichlp' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'UnicacityAddon'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
*/
public class UnicacityAddon extends LabyModAddon {

public static final String VERSION = "1.1.0";
public static final String VERSION = "1.1.1";
public static final Minecraft MINECRAFT = Minecraft.getMinecraft();
public static final LabyMod LABYMOD = LabyMod.getInstance();
public static UnicacityAddon ADDON;
Expand Down

0 comments on commit 3af90bf

Please sign in to comment.