From 54caafd9fe77147a1af9d0b5fa69476553a30f55 Mon Sep 17 00:00:00 2001 From: Tom Bursch Date: Sat, 23 Nov 2024 19:51:14 +0100 Subject: [PATCH] Prepare release v0.6.3 --- backend/app/config.py | 2 +- kitchenowl/pubspec.yaml | 2 +- metadata/en-US/changelogs/101.txt | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 metadata/en-US/changelogs/101.txt diff --git a/backend/app/config.py b/backend/app/config.py index 2a3aac06..5d923095 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -33,7 +33,7 @@ MIN_FRONTEND_VERSION = 71 -BACKEND_VERSION = 100 +BACKEND_VERSION = 101 APP_DIR = os.path.dirname(os.path.abspath(__file__)) PROJECT_DIR = os.path.dirname(APP_DIR) diff --git a/kitchenowl/pubspec.yaml b/kitchenowl/pubspec.yaml index 38b9453a..b9f2fd3e 100644 --- a/kitchenowl/pubspec.yaml +++ b/kitchenowl/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.6.2+100 +version: 0.6.3+101 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/metadata/en-US/changelogs/101.txt b/metadata/en-US/changelogs/101.txt new file mode 100644 index 00000000..5574a999 --- /dev/null +++ b/metadata/en-US/changelogs/101.txt @@ -0,0 +1,4 @@ +- New icon +- You can now publicly share recipes +- New and updated translations +- Many bug fixes and other improvements