diff --git a/backend/app/config.py b/backend/app/config.py index 747a70a8..5dfd6b93 100644 --- a/backend/app/config.py +++ b/backend/app/config.py @@ -33,7 +33,7 @@ MIN_FRONTEND_VERSION = 71 -BACKEND_VERSION = 96 +BACKEND_VERSION = 97 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 a78b6f50..66f35254 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.5.1+96 +version: 0.5.2+97 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/metadata/en-US/changelogs/97.txt b/metadata/en-US/changelogs/97.txt new file mode 100644 index 00000000..5d29f642 --- /dev/null +++ b/metadata/en-US/changelogs/97.txt @@ -0,0 +1,2 @@ +- New and updated translations +- Bug-fixes