diff --git a/assets/configs/app.properties b/assets/configs/app.properties index 5c06d51c..e15ef420 100644 --- a/assets/configs/app.properties +++ b/assets/configs/app.properties @@ -1 +1 @@ -version=0.0.3 \ No newline at end of file +version=0.0.4-dev \ No newline at end of file diff --git a/assets/plugins/plugin-9patch-0.0.3.jar b/assets/plugins/plugin-9patch-0.0.4.jar similarity index 89% rename from assets/plugins/plugin-9patch-0.0.3.jar rename to assets/plugins/plugin-9patch-0.0.4.jar index 3fac6b36..414afccf 100644 Binary files a/assets/plugins/plugin-9patch-0.0.3.jar and b/assets/plugins/plugin-9patch-0.0.4.jar differ diff --git a/assets/plugins/plugin-performance-0.0.3.jar b/assets/plugins/plugin-performance-0.0.3.jar deleted file mode 100644 index 655c5963..00000000 Binary files a/assets/plugins/plugin-performance-0.0.3.jar and /dev/null differ diff --git a/assets/plugins/plugin-performance-0.0.4.jar b/assets/plugins/plugin-performance-0.0.4.jar new file mode 100644 index 00000000..31cae070 Binary files /dev/null and b/assets/plugins/plugin-performance-0.0.4.jar differ diff --git a/assets/plugins/plugin-skin-composer-0.0.3.jar b/assets/plugins/plugin-skin-composer-0.0.4.jar similarity index 88% rename from assets/plugins/plugin-skin-composer-0.0.3.jar rename to assets/plugins/plugin-skin-composer-0.0.4.jar index bed373d0..3ea94fe7 100644 Binary files a/assets/plugins/plugin-skin-composer-0.0.3.jar and b/assets/plugins/plugin-skin-composer-0.0.4.jar differ diff --git a/assets/plugins/plugin-tiled-0.0.3.jar b/assets/plugins/plugin-tiled-0.0.4.jar similarity index 90% rename from assets/plugins/plugin-tiled-0.0.3.jar rename to assets/plugins/plugin-tiled-0.0.4.jar index c3937fc8..e25eb577 100644 Binary files a/assets/plugins/plugin-tiled-0.0.3.jar and b/assets/plugins/plugin-tiled-0.0.4.jar differ diff --git a/build.gradle b/build.gradle index f681be10..1a338417 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group 'games.rednblack' -version '0.0.3' +version '0.0.4' repositories { mavenCentral() diff --git a/gradle.properties b/gradle.properties index 79ce5b1d..aa5fd289 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ gdxVersionBeta = 1.9.13-SNAPSHOT box2dlightsVersion = 1.6-SNAPSHOT ashleyVersion = 1.7.3 spineVersion = 3.8.55.1 -visuiVersion = 1.4.7-SNAPSHOT +visuiVersion = 1.4.9-SNAPSHOT typingLabelVersion = 1.2.0 shapedrawerVersion = 2.4.0 \ No newline at end of file diff --git a/h2d-libgdx-spine-extension b/h2d-libgdx-spine-extension index 48e46004..a08045fa 160000 --- a/h2d-libgdx-spine-extension +++ b/h2d-libgdx-spine-extension @@ -1 +1 @@ -Subproject commit 48e4600417745eaf0042533f69d6be6e0343e79e +Subproject commit a08045fad01361a48dae233c8f05383df7a867ff diff --git a/hyperlap2d-common-api b/hyperlap2d-common-api index f4a99330..0ff9a1d3 160000 --- a/hyperlap2d-common-api +++ b/hyperlap2d-common-api @@ -1 +1 @@ -Subproject commit f4a9933049aca5ef1cf8d8a38a1ccb35da06c1aa +Subproject commit 0ff9a1d30d5cae8c6b58e26a720c376b1fe5e55d diff --git a/hyperlap2d-runtime-libgdx b/hyperlap2d-runtime-libgdx index 532bc829..8419f45d 160000 --- a/hyperlap2d-runtime-libgdx +++ b/hyperlap2d-runtime-libgdx @@ -1 +1 @@ -Subproject commit 532bc829f5c4645fa60d756b80c64a59e688a665 +Subproject commit 8419f45d65fa9064fc8bbd68232d998466972273 diff --git a/plugin-9patch/build.gradle b/plugin-9patch/build.gradle index 0c074019..f2bd91fd 100644 --- a/plugin-9patch/build.gradle +++ b/plugin-9patch/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.3' +version '0.0.4' repositories { mavenCentral() diff --git a/plugin-performance/build.gradle b/plugin-performance/build.gradle index 0c074019..f2bd91fd 100644 --- a/plugin-performance/build.gradle +++ b/plugin-performance/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.3' +version '0.0.4' repositories { mavenCentral() diff --git a/plugin-skin-composer/build.gradle b/plugin-skin-composer/build.gradle index bf039ac6..bd2f9f7e 100644 --- a/plugin-skin-composer/build.gradle +++ b/plugin-skin-composer/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.3' +version '0.0.4' repositories { mavenCentral() diff --git a/plugin-tiled/build.gradle b/plugin-tiled/build.gradle index 5052be55..b5eb740f 100644 --- a/plugin-tiled/build.gradle +++ b/plugin-tiled/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.3' +version '0.0.4' ext { pack = ["assets/textures", "assets/pack/", "tiled"] diff --git a/src/main/java/games/rednblack/editor/splash/SplashMediator.java b/src/main/java/games/rednblack/editor/splash/SplashMediator.java index 848f58db..37f21436 100644 --- a/src/main/java/games/rednblack/editor/splash/SplashMediator.java +++ b/src/main/java/games/rednblack/editor/splash/SplashMediator.java @@ -57,7 +57,7 @@ public class SplashMediator extends Mediator { json.setIgnoreUnknownFields(true); GithubReleaseData jsonData = json.fromJson(GithubReleaseData.class, data); int latestVer = Integer.parseInt(jsonData.tag_name.replace("v", "").replace(".", "")); - int currVer = Integer.parseInt(AppConfig.getInstance().version.replace(".", "")); + int currVer = Integer.parseInt(AppConfig.getInstance().version.replaceAll("[^0-9]", "")); if (latestVer > currVer) { boolean result = TinyFileDialogs.tinyfd_messageBox("New update found!", "A new version of HyperLap2D has found, would you like to download it?",