From 9c3c8ff29568beff3cbdd10ab7b37ea80dabbdb6 Mon Sep 17 00:00:00 2001 From: fgnm Date: Thu, 25 Feb 2021 10:58:37 +0100 Subject: [PATCH] Iterate build version --- assets/configs/app.properties | 2 +- build.gradle | 2 +- 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 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/configs/app.properties b/assets/configs/app.properties index 113c42f6..dcda8b9d 100644 --- a/assets/configs/app.properties +++ b/assets/configs/app.properties @@ -1 +1 @@ -version=0.0.5 \ No newline at end of file +version=0.0.6-SNAPSHOT \ No newline at end of file diff --git a/build.gradle b/build.gradle index e73f1f7c..eb11a1b9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group 'games.rednblack' -version '0.0.5' +version '0.0.6' repositories { mavenCentral() diff --git a/h2d-libgdx-spine-extension b/h2d-libgdx-spine-extension index 3ce91641..1435f29a 160000 --- a/h2d-libgdx-spine-extension +++ b/h2d-libgdx-spine-extension @@ -1 +1 @@ -Subproject commit 3ce91641b50fbdbf05fa9422c452da804c2aecf3 +Subproject commit 1435f29a0d4219034badef8eb4ab0692e2f9789f diff --git a/h2d-libgdx-talos-extension b/h2d-libgdx-talos-extension index 6f6bb96f..7c894d8f 160000 --- a/h2d-libgdx-talos-extension +++ b/h2d-libgdx-talos-extension @@ -1 +1 @@ -Subproject commit 6f6bb96fd4628ed8d3de5f64c5f657d9a71c5e6f +Subproject commit 7c894d8fecee6ba4f796c27f50c4834c07f59196 diff --git a/hyperlap2d-common-api b/hyperlap2d-common-api index 9274c89c..f7580b0e 160000 --- a/hyperlap2d-common-api +++ b/hyperlap2d-common-api @@ -1 +1 @@ -Subproject commit 9274c89cb7ebc184550e2bd3d872735fd15f3259 +Subproject commit f7580b0e5732686d38f1e04aaed69ffcfde8c6ea diff --git a/hyperlap2d-runtime-libgdx b/hyperlap2d-runtime-libgdx index fc8ae347..242a6779 160000 --- a/hyperlap2d-runtime-libgdx +++ b/hyperlap2d-runtime-libgdx @@ -1 +1 @@ -Subproject commit fc8ae347889782165e2369000b119a59a5e024c0 +Subproject commit 242a6779af52578bb90377ed2672d5e6ee62277b diff --git a/plugin-9patch/build.gradle b/plugin-9patch/build.gradle index 709d82cb..1075f5e2 100644 --- a/plugin-9patch/build.gradle +++ b/plugin-9patch/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.5' +version '0.0.6' repositories { mavenCentral() diff --git a/plugin-performance/build.gradle b/plugin-performance/build.gradle index 709d82cb..1075f5e2 100644 --- a/plugin-performance/build.gradle +++ b/plugin-performance/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.5' +version '0.0.6' repositories { mavenCentral() diff --git a/plugin-skin-composer/build.gradle b/plugin-skin-composer/build.gradle index d371be22..c28c665d 100644 --- a/plugin-skin-composer/build.gradle +++ b/plugin-skin-composer/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.5' +version '0.0.6' repositories { mavenCentral() diff --git a/plugin-tiled/build.gradle b/plugin-tiled/build.gradle index 56067ff3..28e9fa75 100644 --- a/plugin-tiled/build.gradle +++ b/plugin-tiled/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'games.rednblack' -version '0.0.5' +version '0.0.6' ext { pack = ["assets/textures", "assets/pack/", "tiled"]