diff --git a/assets/configs/app.properties b/assets/configs/app.properties index 33aa3f7c..7d2898c2 100644 --- a/assets/configs/app.properties +++ b/assets/configs/app.properties @@ -1 +1 @@ -version=0.1.2 +version=0.1.3-SNAPSHOT diff --git a/assets/plugins/plugin-9patch-0.1.2.jar b/assets/plugins/plugin-9patch-0.1.3.jar similarity index 90% rename from assets/plugins/plugin-9patch-0.1.2.jar rename to assets/plugins/plugin-9patch-0.1.3.jar index 113c0b63..9265a310 100644 Binary files a/assets/plugins/plugin-9patch-0.1.2.jar and b/assets/plugins/plugin-9patch-0.1.3.jar differ diff --git a/assets/plugins/plugin-performance-0.1.2.jar b/assets/plugins/plugin-performance-0.1.3.jar similarity index 82% rename from assets/plugins/plugin-performance-0.1.2.jar rename to assets/plugins/plugin-performance-0.1.3.jar index 67507e08..b0f9cd9c 100644 Binary files a/assets/plugins/plugin-performance-0.1.2.jar and b/assets/plugins/plugin-performance-0.1.3.jar differ diff --git a/assets/plugins/plugin-skin-composer-0.1.2.jar b/assets/plugins/plugin-skin-composer-0.1.3.jar similarity index 87% rename from assets/plugins/plugin-skin-composer-0.1.2.jar rename to assets/plugins/plugin-skin-composer-0.1.3.jar index 733d619b..5aeb4ef6 100644 Binary files a/assets/plugins/plugin-skin-composer-0.1.2.jar and b/assets/plugins/plugin-skin-composer-0.1.3.jar differ diff --git a/assets/plugins/plugin-tiled-0.1.2.jar b/assets/plugins/plugin-tiled-0.1.3.jar similarity index 92% rename from assets/plugins/plugin-tiled-0.1.2.jar rename to assets/plugins/plugin-tiled-0.1.3.jar index ed46a716..4fa2ae03 100644 Binary files a/assets/plugins/plugin-tiled-0.1.2.jar and b/assets/plugins/plugin-tiled-0.1.3.jar differ diff --git a/build.gradle b/build.gradle index b26b571e..3f881f11 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group 'games.rednblack' -version '0.1.2' +version '0.1.3' repositories { mavenCentral() diff --git a/h2d-libgdx-spine-extension b/h2d-libgdx-spine-extension index d13f8837..77256eb0 160000 --- a/h2d-libgdx-spine-extension +++ b/h2d-libgdx-spine-extension @@ -1 +1 @@ -Subproject commit d13f8837cfd234c3c85ba940a7860201f453d46f +Subproject commit 77256eb00ec11e19743d4e4d657aa1e284038ea0 diff --git a/h2d-libgdx-talos-extension b/h2d-libgdx-talos-extension index 7a620d88..cdca13d7 160000 --- a/h2d-libgdx-talos-extension +++ b/h2d-libgdx-talos-extension @@ -1 +1 @@ -Subproject commit 7a620d888e311a0957c326f9aae56c6d18e3fcca +Subproject commit cdca13d70bbf250a30a700ba4519acdc8eca694f diff --git a/h2d-libgdx-tinyvg-extension b/h2d-libgdx-tinyvg-extension index 9f02da7b..082ab07a 160000 --- a/h2d-libgdx-tinyvg-extension +++ b/h2d-libgdx-tinyvg-extension @@ -1 +1 @@ -Subproject commit 9f02da7bac0521bcd7a0b96cebeb9fc20a6e5ffb +Subproject commit 082ab07a18725a874cea37ed2e734b37b9d66bf8 diff --git a/h2d-libgdx-typinglabel-extension b/h2d-libgdx-typinglabel-extension index 9cb39802..f4707dc4 160000 --- a/h2d-libgdx-typinglabel-extension +++ b/h2d-libgdx-typinglabel-extension @@ -1 +1 @@ -Subproject commit 9cb39802e1412c1c1fc1ade80722184f4246654e +Subproject commit f4707dc4723d2a8b18f93a93252bf9a6b7f8978c diff --git a/hyperlap2d-common-api b/hyperlap2d-common-api index dfa6711a..057a2a0e 160000 --- a/hyperlap2d-common-api +++ b/hyperlap2d-common-api @@ -1 +1 @@ -Subproject commit dfa6711ad731e254ed96952d7bb91fc70526dfd7 +Subproject commit 057a2a0eba70a90726cf53b59e6b2af0222cdd1f diff --git a/hyperlap2d-runtime-libgdx b/hyperlap2d-runtime-libgdx index 52b8449f..1e14a296 160000 --- a/hyperlap2d-runtime-libgdx +++ b/hyperlap2d-runtime-libgdx @@ -1 +1 @@ -Subproject commit 52b8449fddd3eb275ce76bb20671c2dcdf159f8f +Subproject commit 1e14a2964feb0fe34d4e2d5e53fa3091d6ac3e1f diff --git a/plugin-9patch/build.gradle b/plugin-9patch/build.gradle index bfe7a6a5..beafd54d 100644 --- a/plugin-9patch/build.gradle +++ b/plugin-9patch/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.2' +version '0.1.3' repositories { mavenCentral() diff --git a/plugin-performance/build.gradle b/plugin-performance/build.gradle index bfe7a6a5..beafd54d 100644 --- a/plugin-performance/build.gradle +++ b/plugin-performance/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.2' +version '0.1.3' repositories { mavenCentral() diff --git a/plugin-skin-composer/build.gradle b/plugin-skin-composer/build.gradle index 36fbaee9..f4b8a9bc 100644 --- a/plugin-skin-composer/build.gradle +++ b/plugin-skin-composer/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.2' +version '0.1.3' repositories { mavenCentral() diff --git a/plugin-tiled/build.gradle b/plugin-tiled/build.gradle index f7befd76..e3e59642 100644 --- a/plugin-tiled/build.gradle +++ b/plugin-tiled/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.1.2' +version '0.1.3' ext { pack = ["assets/textures", "assets/pack/", "tiled"]