Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Feb 19, 2017
1 parent 3ab2590 commit 1c3d171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/chrislo27/rhre/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Main(l: Logger) : ionium.templates.Main(l) {
}

override fun create() {
ionium.templates.Main.version = "v2.4.1-SNAPSHOT"
ionium.templates.Main.version = "v2.4.1"
GlobalVariables.versionUrl = null // Deprecated - use new versioning instead
VersionChecker
AssetRegistry.instance().assetManager.setLoader(LazySound::class.java, LazySoundLoader(
Expand Down

0 comments on commit 1c3d171

Please sign in to comment.