Skip to content

Commit

Permalink
Prepare release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Jul 19, 2024
1 parent ba76af1 commit acbdd90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion kitchenowl/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/97.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- New and updated translations
- Bug-fixes

0 comments on commit acbdd90

Please sign in to comment.