diff --git a/assets/configs/app.properties b/assets/configs/app.properties index 9c714180..73cde715 100644 --- a/assets/configs/app.properties +++ b/assets/configs/app.properties @@ -1 +1 @@ -version=0.1.3 +version=0.1.4-SNAPSHOT diff --git a/assets/plugins/plugin-9patch-0.1.3.jar b/assets/plugins/plugin-9patch-0.1.4.jar similarity index 90% rename from assets/plugins/plugin-9patch-0.1.3.jar rename to assets/plugins/plugin-9patch-0.1.4.jar index 36a4529c..08b5bacd 100644 Binary files a/assets/plugins/plugin-9patch-0.1.3.jar and b/assets/plugins/plugin-9patch-0.1.4.jar differ diff --git a/assets/plugins/plugin-performance-0.1.3.jar b/assets/plugins/plugin-performance-0.1.4.jar similarity index 81% rename from assets/plugins/plugin-performance-0.1.3.jar rename to assets/plugins/plugin-performance-0.1.4.jar index 65847b7e..9fbdb1cf 100644 Binary files a/assets/plugins/plugin-performance-0.1.3.jar and b/assets/plugins/plugin-performance-0.1.4.jar differ diff --git a/assets/plugins/plugin-skin-composer-0.1.3.jar b/assets/plugins/plugin-skin-composer-0.1.4.jar similarity index 87% rename from assets/plugins/plugin-skin-composer-0.1.3.jar rename to assets/plugins/plugin-skin-composer-0.1.4.jar index 4de29119..08ce56db 100644 Binary files a/assets/plugins/plugin-skin-composer-0.1.3.jar and b/assets/plugins/plugin-skin-composer-0.1.4.jar differ diff --git a/assets/plugins/plugin-tiled-0.1.3.jar b/assets/plugins/plugin-tiled-0.1.4.jar similarity index 92% rename from assets/plugins/plugin-tiled-0.1.3.jar rename to assets/plugins/plugin-tiled-0.1.4.jar index 94e702c3..daab53f7 100644 Binary files a/assets/plugins/plugin-tiled-0.1.3.jar and b/assets/plugins/plugin-tiled-0.1.4.jar differ diff --git a/build.gradle b/build.gradle index c830d70e..91ece871 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group 'games.rednblack' -version '0.1.3' +version '0.1.4' repositories { mavenCentral() diff --git a/h2d-libgdx-spine-extension b/h2d-libgdx-spine-extension index e1fc8e8a..2e6075d6 160000 --- a/h2d-libgdx-spine-extension +++ b/h2d-libgdx-spine-extension @@ -1 +1 @@ -Subproject commit e1fc8e8ae852d3bc841647264122c2551521b1f1 +Subproject commit 2e6075d653449eb82fe7fe63e0247b3cbef0bf31 diff --git a/h2d-libgdx-talos-extension b/h2d-libgdx-talos-extension index e37a0309..17f24b7c 160000 --- a/h2d-libgdx-talos-extension +++ b/h2d-libgdx-talos-extension @@ -1 +1 @@ -Subproject commit e37a03092cf4dec588e9643ee00bc2555a76c4c4 +Subproject commit 17f24b7c13dbea6ec8f862c53d09dc7ec4394a99 diff --git a/h2d-libgdx-tinyvg-extension b/h2d-libgdx-tinyvg-extension index b478a0ed..4d672dc6 160000 --- a/h2d-libgdx-tinyvg-extension +++ b/h2d-libgdx-tinyvg-extension @@ -1 +1 @@ -Subproject commit b478a0ed071b9d52d87765c689f8c4a1da35253c +Subproject commit 4d672dc654e5238061e6ebaef7f048c7085560c3 diff --git a/h2d-libgdx-typinglabel-extension b/h2d-libgdx-typinglabel-extension index 7b14f19f..44f1cb4d 160000 --- a/h2d-libgdx-typinglabel-extension +++ b/h2d-libgdx-typinglabel-extension @@ -1 +1 @@ -Subproject commit 7b14f19f3690a85257f8ffb5159d6fd3b09ff1ec +Subproject commit 44f1cb4d713ef0851915e56709fa7cc4150a1a9c diff --git a/hyperlap2d-common-api b/hyperlap2d-common-api index 5ddad9bf..fe8ed39c 160000 --- a/hyperlap2d-common-api +++ b/hyperlap2d-common-api @@ -1 +1 @@ -Subproject commit 5ddad9bf79f4fe0e350d8d4b189d210c4118a717 +Subproject commit fe8ed39c65afc63c8c9bd23338cfe0ff554ced4e diff --git a/hyperlap2d-runtime-libgdx b/hyperlap2d-runtime-libgdx index 36ae3b7c..ee27a839 160000 --- a/hyperlap2d-runtime-libgdx +++ b/hyperlap2d-runtime-libgdx @@ -1 +1 @@ -Subproject commit 36ae3b7cf83b5b502ebe4d8b3517348cdabd44a6 +Subproject commit ee27a839b8852c7642bc2cef9639a26f6cfb316d diff --git a/plugin-9patch/build.gradle b/plugin-9patch/build.gradle index cddaabce..9091ff64 100644 --- a/plugin-9patch/build.gradle +++ b/plugin-9patch/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.3' +version '0.1.4' repositories { mavenCentral() diff --git a/plugin-performance/build.gradle b/plugin-performance/build.gradle index cddaabce..9091ff64 100644 --- a/plugin-performance/build.gradle +++ b/plugin-performance/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.3' +version '0.1.4' repositories { mavenCentral() diff --git a/plugin-skin-composer/build.gradle b/plugin-skin-composer/build.gradle index 60f83529..f6e69b26 100644 --- a/plugin-skin-composer/build.gradle +++ b/plugin-skin-composer/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.3' +version '0.1.4' repositories { mavenCentral() diff --git a/plugin-tiled/build.gradle b/plugin-tiled/build.gradle index 3e7fdea5..4126eca9 100644 --- a/plugin-tiled/build.gradle +++ b/plugin-tiled/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.3' +version '0.1.4' ext { pack = ["assets/textures", "assets/pack/", "tiled"]