diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c327dd..37753914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.4.2 - 2023-06-14 + +- Rebuilt to remove unnecessary files shipped in the APK + # 1.4.1 - 2023-05-19 - Burger Party now speaks Dutch, thanks to Heimen Stoffels diff --git a/Makefile b/Makefile index 2be94a67..995de995 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ EXECUTABLE=burgerparty include version.properties -ANDROID_GP_RUN_DIST_NAME=$(EXECUTABLE)-gp-$(VERSION) +ANDROID_GP_RUN_DIST_NAME=$(EXECUTABLE)-$(VERSION)-gp ARCHIVE_DIR=$(CURDIR)/archives diff --git a/fastlane/metadata/android/en-US/changelogs/32.txt b/fastlane/metadata/android/en-US/changelogs/32.txt new file mode 100644 index 00000000..512f55bf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/32.txt @@ -0,0 +1 @@ +Rebuilt to remove unnecessary files shipped in the APK. diff --git a/po/messages.pot b/po/messages.pot index 059cc574..acd77694 100644 --- a/po/messages.pot +++ b/po/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-19 08:01+0200\n" +"POT-Creation-Date: 2023-06-14 09:12+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/version.properties b/version.properties index 02e08360..7542846c 100644 --- a/version.properties +++ b/version.properties @@ -1,3 +1,3 @@ # Careful: this file is read both by Gradle and Make -VERSION_CODE=31 -VERSION=1.4.1 +VERSION_CODE=32 +VERSION=1.4.2