Skip to content

Commit

Permalink
Prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Apr 4, 2024
1 parent 7027f65 commit 9ed706c
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = 94
BACKEND_VERSION = 95

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.4.22+93
version: 0.5.0+94

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
6 changes: 6 additions & 0 deletions metadata/en-US/changelogs/94.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- More than 250 new item icons
- Updated household settings
- You can now categorize recent items
- Auto completion of recipe names and categories
- New and updated translations
- Many Bug-fixes and improvements

0 comments on commit 9ed706c

Please sign in to comment.