From cd82eb9f853c3ff83060cf6a0ccacb1de84def15 Mon Sep 17 00:00:00 2001 From: fgnm Date: Fri, 5 Feb 2021 14:19:00 +0100 Subject: [PATCH] * Update libGDX and Ashley * Setup new working version --- CHANGES | 4 ++++ assets/configs/app.properties | 2 +- build.gradle | 2 +- gradle.properties | 6 +++--- h2d-libgdx-spine-extension | 2 +- h2d-libgdx-talos-extension | 2 +- hyperlap2d-common-api | 2 +- hyperlap2d-runtime-libgdx | 2 +- plugin-9patch/build.gradle | 2 +- plugin-performance/build.gradle | 2 +- plugin-skin-composer/build.gradle | 2 +- plugin-tiled/build.gradle | 2 +- 12 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGES b/CHANGES index 4847c480..d10be481 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +[0.0.5] +- Update libGDX to 1.9.14 +- Update Ashley to 1.7.4-SNAPSHOT + [0.0.4] - Add support to Talos Particles VFX - Add Sticky Notes feature diff --git a/assets/configs/app.properties b/assets/configs/app.properties index e89df12f..bcbbc9e7 100644 --- a/assets/configs/app.properties +++ b/assets/configs/app.properties @@ -1 +1 @@ -version=0.0.4 \ No newline at end of file +version=0.0.5-dev \ No newline at end of file diff --git a/build.gradle b/build.gradle index 494aa0a6..402294a0 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group 'games.rednblack' -version '0.0.4' +version '0.0.5' repositories { mavenCentral() diff --git a/gradle.properties b/gradle.properties index 0ec3a5c5..3dfc03d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ -gdxVersion = 1.9.13 -gdxVersionBeta = 1.9.13-SNAPSHOT +gdxVersion = 1.9.14 +gdxVersionBeta = 1.9.14 box2dlightsVersion = 1.6-SNAPSHOT -ashleyVersion = 1.7.3 +ashleyVersion = 1.7.4-SNAPSHOT spineVersion = 3.8.55.1 visuiVersion = 1.4.9-SNAPSHOT typingLabelVersion = 1.2.0 diff --git a/h2d-libgdx-spine-extension b/h2d-libgdx-spine-extension index 7ef95f31..5e9034b6 160000 --- a/h2d-libgdx-spine-extension +++ b/h2d-libgdx-spine-extension @@ -1 +1 @@ -Subproject commit 7ef95f31ea1b099b62ab4ddd3cca838ce23547d8 +Subproject commit 5e9034b65e91f12bef8802dce8d47bb3889f8b2d diff --git a/h2d-libgdx-talos-extension b/h2d-libgdx-talos-extension index 5e5af0b8..d8607f31 160000 --- a/h2d-libgdx-talos-extension +++ b/h2d-libgdx-talos-extension @@ -1 +1 @@ -Subproject commit 5e5af0b8e3436d0599a5f27f5bd3160e18d5d73f +Subproject commit d8607f31ae6f2a4aeabedbd612cf5e65d3d5d97a diff --git a/hyperlap2d-common-api b/hyperlap2d-common-api index 0582c436..adf6c17c 160000 --- a/hyperlap2d-common-api +++ b/hyperlap2d-common-api @@ -1 +1 @@ -Subproject commit 0582c4366ae81f40b409c5539bfeac9ff655d9c6 +Subproject commit adf6c17c9b58fd715776a0e32cbf0f4a16fd3866 diff --git a/hyperlap2d-runtime-libgdx b/hyperlap2d-runtime-libgdx index c1d84e17..eb6df9a6 160000 --- a/hyperlap2d-runtime-libgdx +++ b/hyperlap2d-runtime-libgdx @@ -1 +1 @@ -Subproject commit c1d84e17592167c17a3d392500c4dc448f8ac603 +Subproject commit eb6df9a6fc04b160fa58c71e8d9fc744c2f5656a diff --git a/plugin-9patch/build.gradle b/plugin-9patch/build.gradle index f2bd91fd..709d82cb 100644 --- a/plugin-9patch/build.gradle +++ b/plugin-9patch/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.4' +version '0.0.5' repositories { mavenCentral() diff --git a/plugin-performance/build.gradle b/plugin-performance/build.gradle index f2bd91fd..709d82cb 100644 --- a/plugin-performance/build.gradle +++ b/plugin-performance/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.4' +version '0.0.5' repositories { mavenCentral() diff --git a/plugin-skin-composer/build.gradle b/plugin-skin-composer/build.gradle index bd2f9f7e..d371be22 100644 --- a/plugin-skin-composer/build.gradle +++ b/plugin-skin-composer/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.4' +version '0.0.5' repositories { mavenCentral() diff --git a/plugin-tiled/build.gradle b/plugin-tiled/build.gradle index b5eb740f..56067ff3 100644 --- a/plugin-tiled/build.gradle +++ b/plugin-tiled/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.4' +version '0.0.5' ext { pack = ["assets/textures", "assets/pack/", "tiled"]