Skip to content

Commit

Permalink
Iterate build version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Oct 31, 2023
1 parent 17d1e0f commit ddd8e6a
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion assets/configs/app.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.1.3
version=0.1.4-SNAPSHOT
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'games.rednblack'
version '0.1.3'
version '0.1.4'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion h2d-libgdx-spine-extension
2 changes: 1 addition & 1 deletion h2d-libgdx-talos-extension
2 changes: 1 addition & 1 deletion h2d-libgdx-tinyvg-extension
2 changes: 1 addition & 1 deletion h2d-libgdx-typinglabel-extension
2 changes: 1 addition & 1 deletion hyperlap2d-common-api
2 changes: 1 addition & 1 deletion hyperlap2d-runtime-libgdx
2 changes: 1 addition & 1 deletion plugin-9patch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'games.rednblack'
version '0.1.3'
version '0.1.4'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion plugin-performance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'games.rednblack'
version '0.1.3'
version '0.1.4'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion plugin-skin-composer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'games.rednblack'
version '0.1.3'
version '0.1.4'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion plugin-tiled/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'games.rednblack'
version '0.1.3'
version '0.1.4'

ext {
pack = ["assets/textures", "assets/pack/", "tiled"]
Expand Down

0 comments on commit ddd8e6a

Please sign in to comment.