diff --git a/android/app/build.gradle b/android/app/build.gradle index 7308873..99e0fd1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "info.varden.hauk" minSdkVersion 23 targetSdkVersion 29 - versionCode 12 - versionName "1.6" + versionCode 13 + versionName "1.6.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/backend-php/include/inc.php b/backend-php/include/inc.php index 4639102..13d2643 100644 --- a/backend-php/include/inc.php +++ b/backend-php/include/inc.php @@ -3,7 +3,7 @@ // An include file containing constants and common functions for the Hauk // backend. It loads the configuration file and declares it as a constant. -const BACKEND_VERSION = "1.6"; +const BACKEND_VERSION = "1.6.1"; const LANGUAGES = ["ca", "de", "en", "eu", "fr", "it", "nb_NO", "nl", "nn", "ro", "ru", "tr", "uk"]; // Create mode for create.php. Corresponds with the constants from the Android diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 0000000..30248d1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,3 @@ +This update adds more languages to Hauk and fixes layout issues that were present in some languages, such as French and Dutch. A handful of minor issues are also fixed. + +For the full changelog, please see https://github.com/bilde2910/Hauk/releases.