Skip to content

Commit

Permalink
1.1.0 Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadlyMC committed Dec 12, 2019
1 parent 2a7432d commit 865d9da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G


# Mod Properties
mod_version = 1.0.0
mod_version = 1.1.0
maven_group = carpet-extension
archives_base_name = skyblock

Expand Down
6 changes: 6 additions & 0 deletions src/main/java/skyblock/SkyBlockExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ public SettingsManager customSettingsManager()
// this will ensure that our settings are loaded properly when world loads
return mySettingManager;
}

@Override
public String version()
{
return "carpet-skyblock 1.1.0";
}
}

0 comments on commit 865d9da

Please sign in to comment.