diff --git a/assets/configs/app.properties b/assets/configs/app.properties index ce0c6a92..b53caf7f 100644 --- a/assets/configs/app.properties +++ b/assets/configs/app.properties @@ -1 +1 @@ -version=0.1.0 \ No newline at end of file +version=0.1.1-SNAPSHOT \ No newline at end of file diff --git a/assets/plugins/plugin-9patch-0.1.0.jar b/assets/plugins/plugin-9patch-0.1.1.jar similarity index 90% rename from assets/plugins/plugin-9patch-0.1.0.jar rename to assets/plugins/plugin-9patch-0.1.1.jar index 391ea73a..ae224f1e 100644 Binary files a/assets/plugins/plugin-9patch-0.1.0.jar and b/assets/plugins/plugin-9patch-0.1.1.jar differ diff --git a/assets/plugins/plugin-performance-0.1.0.jar b/assets/plugins/plugin-performance-0.1.1.jar similarity index 82% rename from assets/plugins/plugin-performance-0.1.0.jar rename to assets/plugins/plugin-performance-0.1.1.jar index f7334af8..2ebc15a6 100644 Binary files a/assets/plugins/plugin-performance-0.1.0.jar and b/assets/plugins/plugin-performance-0.1.1.jar differ diff --git a/assets/plugins/plugin-skin-composer-0.1.0.jar b/assets/plugins/plugin-skin-composer-0.1.1.jar similarity index 87% rename from assets/plugins/plugin-skin-composer-0.1.0.jar rename to assets/plugins/plugin-skin-composer-0.1.1.jar index 2c89bf8e..5b680cbd 100644 Binary files a/assets/plugins/plugin-skin-composer-0.1.0.jar and b/assets/plugins/plugin-skin-composer-0.1.1.jar differ diff --git a/assets/plugins/plugin-tiled-0.1.0.jar b/assets/plugins/plugin-tiled-0.1.1.jar similarity index 92% rename from assets/plugins/plugin-tiled-0.1.0.jar rename to assets/plugins/plugin-tiled-0.1.1.jar index 46b53739..86fb069d 100644 Binary files a/assets/plugins/plugin-tiled-0.1.0.jar and b/assets/plugins/plugin-tiled-0.1.1.jar differ diff --git a/build.gradle b/build.gradle index 60a76a51..ebf43aef 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group 'games.rednblack' -version '0.1.0' +version '0.1.1' repositories { mavenCentral() diff --git a/h2d-libgdx-spine-extension b/h2d-libgdx-spine-extension index 21f21bde..2753ca63 160000 --- a/h2d-libgdx-spine-extension +++ b/h2d-libgdx-spine-extension @@ -1 +1 @@ -Subproject commit 21f21bdef9e11cd9861f49e1b4e17a05934560a0 +Subproject commit 2753ca637385e46f5205ebaca28a1897edb326d9 diff --git a/h2d-libgdx-talos-extension b/h2d-libgdx-talos-extension index 4efeada5..801ad584 160000 --- a/h2d-libgdx-talos-extension +++ b/h2d-libgdx-talos-extension @@ -1 +1 @@ -Subproject commit 4efeada5c97a839d106655ccd9ae561249be0c24 +Subproject commit 801ad584d0c3432669ebf2008b7dbd203aefaee9 diff --git a/h2d-libgdx-tinyvg-extension b/h2d-libgdx-tinyvg-extension index fa7c9fc7..0379e5c7 160000 --- a/h2d-libgdx-tinyvg-extension +++ b/h2d-libgdx-tinyvg-extension @@ -1 +1 @@ -Subproject commit fa7c9fc78c1da21840b6511449923e912bcb9c98 +Subproject commit 0379e5c73e4bb44b041748539eb5068af6d9e7db diff --git a/h2d-libgdx-typinglabel-extension b/h2d-libgdx-typinglabel-extension index d5c68969..62048131 160000 --- a/h2d-libgdx-typinglabel-extension +++ b/h2d-libgdx-typinglabel-extension @@ -1 +1 @@ -Subproject commit d5c6896948dc65d10f8a7ae251cbc5c93d7e628e +Subproject commit 62048131fccb3326445f0bbfe2238420956950ea diff --git a/hyperlap2d-common-api b/hyperlap2d-common-api index 24c9615b..ade72d14 160000 --- a/hyperlap2d-common-api +++ b/hyperlap2d-common-api @@ -1 +1 @@ -Subproject commit 24c9615b5b83eaa59ef92b3260e91d2355ad80b6 +Subproject commit ade72d1435d95119a1235e14e45dabc941749ad8 diff --git a/hyperlap2d-runtime-libgdx b/hyperlap2d-runtime-libgdx index 9418c906..704a8877 160000 --- a/hyperlap2d-runtime-libgdx +++ b/hyperlap2d-runtime-libgdx @@ -1 +1 @@ -Subproject commit 9418c90696cbf3cfe138e9e8896abb8856d0b93b +Subproject commit 704a88779d81b5db99dba3d01e1731f407164c3f diff --git a/plugin-9patch/build.gradle b/plugin-9patch/build.gradle index 9eb6accb..3fd2506b 100644 --- a/plugin-9patch/build.gradle +++ b/plugin-9patch/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.0' +version '0.1.1' repositories { mavenCentral() diff --git a/plugin-performance/build.gradle b/plugin-performance/build.gradle index 9eb6accb..3fd2506b 100644 --- a/plugin-performance/build.gradle +++ b/plugin-performance/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.0' +version '0.1.1' repositories { mavenCentral() diff --git a/plugin-skin-composer/build.gradle b/plugin-skin-composer/build.gradle index 6a26ecaa..cd120d37 100644 --- a/plugin-skin-composer/build.gradle +++ b/plugin-skin-composer/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.0' +version '0.1.1' repositories { mavenCentral() diff --git a/plugin-tiled/build.gradle b/plugin-tiled/build.gradle index 594abeaf..f6140c3e 100644 --- a/plugin-tiled/build.gradle +++ b/plugin-tiled/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.0' +version '0.1.1' ext { pack = ["assets/textures", "assets/pack/", "tiled"]