Skip to content

Commit

Permalink
Release v1.4.50
Browse files Browse the repository at this point in the history
Changes since v1.4.45:
  - Engine: update Ebitengine to v2.5.10; fixes iOS crashes.
  - Engine: update modules.
  • Loading branch information
divVerent committed Sep 27, 2023
1 parent edb8f10 commit 84506ea
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmoduleversions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
+39434f7952a9ec6a0d0c54bea9826941910f79bf third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
f83dfc6e4925364f6489fc361627d435a125b50f third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
2 changes: 1 addition & 1 deletion .lastreleaseversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.45+20230904.3064.9129c289
1.4.50+20230927.3069.edb8f108
2 changes: 1 addition & 1 deletion .lastreleaseversioncode
Original file line number Diff line number Diff line change
@@ -1 +1 @@
104300450
104300500
4 changes: 2 additions & 2 deletions XcodeProjects/iOS/aaaaxy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.45;
MARKETING_VERSION = 1.4.50;
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -366,7 +366,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.45;
MARKETING_VERSION = 1.4.50;
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/104300500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Engine: update Ebitengine to v2.5.10; fixes iOS crashes.
- Engine: update modules.
6 changes: 3 additions & 3 deletions io.github.divverent.aaaaxy.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<content_attribute id="language-humor">mild</content_attribute>
</content_rating>
<releases>
<release version="v1.4.45" date="2023-09-05">
<description><ul><li>Engine: update to Ebitengine - fixes some crashes.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.4.45</url>
<release version="v1.4.50" date="2023-09-27">
<description><ul><li>Engine: update Ebitengine to v2.5.10; fixes iOS crashes.</li><li>Engine: update modules.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.4.50</url>
</release>
</releases>
</component>

0 comments on commit 84506ea

Please sign in to comment.