Skip to content

Commit acbdd90

Browse files
committed
Prepare release 0.5.2
1 parent ba76af1 commit acbdd90

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

backend/app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
MIN_FRONTEND_VERSION = 71
36-
BACKEND_VERSION = 96
36+
BACKEND_VERSION = 97
3737

3838
APP_DIR = os.path.dirname(os.path.abspath(__file__))
3939
PROJECT_DIR = os.path.dirname(APP_DIR)

kitchenowl/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.5.1+96
18+
version: 0.5.2+97
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

metadata/en-US/changelogs/97.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- New and updated translations
2+
- Bug-fixes

0 commit comments

Comments
 (0)