From be613af9b7a88171cac3c636c05f1d09f6eabe69 Mon Sep 17 00:00:00 2001 From: MDeLuise <66636702+MDeLuise@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:13:26 +0200 Subject: [PATCH] chore: prepare release 0.7.3 --- backend/pom.xml | 2 +- .../android/fastlane/metadata/android/en-US/changelogs/4.txt | 4 ++++ frontend/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 frontend/android/fastlane/metadata/android/en-US/changelogs/4.txt diff --git a/backend/pom.xml b/backend/pom.xml index 35fffb84..000600c7 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -10,7 +10,7 @@ com.github.mdeluise plant-it - 0.6.2 + 0.6.3 Plant it Gardening companion app diff --git a/frontend/android/fastlane/metadata/android/en-US/changelogs/4.txt b/frontend/android/fastlane/metadata/android/en-US/changelogs/4.txt new file mode 100644 index 00000000..504245f0 --- /dev/null +++ b/frontend/android/fastlane/metadata/android/en-US/changelogs/4.txt @@ -0,0 +1,4 @@ +In this release: +* Add language change functionality +* Update German translation +* Upgraded dependencies diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index 945226f1..1a540f3a 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.7.2+3 +version: 0.7.3+4 environment: sdk: '>=3.3.0 <4.0.0'