Skip to content

Commit

Permalink
Merge pull request #12 from agateau/prep-release
Browse files Browse the repository at this point in the history
prep release
  • Loading branch information
agateau authored Jun 14, 2023
2 parents 8f3b9c2 + 9d94a39 commit 229fd67
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rebuilt to remove unnecessary files shipped in the APK.
2 changes: 1 addition & 1 deletion po/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 229fd67

Please sign in to comment.