Skip to content

Commit 0b24d5f

Browse files
committed
Bumping version number to migeran.2
1 parent 18a1ee6 commit 0b24d5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build_prebuilt_debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ANDROID_LIB_BUILD_DIR=$BUILD_DIR/android/debug
1313

1414
export SIGNING_DISABLED="true"
1515
export OSSRH_GROUP_ID="com.migeran.libgodot"
16-
export GODOT_VERSION_STATUS="migeran.1"
16+
export GODOT_VERSION_STATUS="migeran.2"
1717

1818
./build_libgodot.sh --no-target --host-rebuild --host-release --update-api
1919
./build_libgodot.sh --target ios --debug

build_prebuilt_dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ANDROID_LIB_BUILD_DIR=$BUILD_DIR/android/dev
1313

1414
export SIGNING_DISABLED="true"
1515
export OSSRH_GROUP_ID="com.migeran.libgodot"
16-
export GODOT_VERSION_STATUS="migeran.1"
16+
export GODOT_VERSION_STATUS="migeran.2"
1717

1818
./build_libgodot.sh --no-target --host-rebuild --host-release --update-api
1919
./build_libgodot.sh --target ios --dev

build_prebuilt_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ANDROID_LIB_BUILD_DIR=$BUILD_DIR/android/release
1313

1414
export SIGNING_DISABLED="true"
1515
export OSSRH_GROUP_ID="com.migeran.libgodot"
16-
export GODOT_VERSION_STATUS="migeran.1"
16+
export GODOT_VERSION_STATUS="migeran.2"
1717

1818
./build_libgodot.sh --no-target --host-rebuild --host-release --update-api
1919
./build_libgodot.sh --target ios --release --host-release

0 commit comments

Comments
 (0)