Skip to content

Commit 609fc44

Browse files
committed
Prepare release v0.7.1
1 parent 3616eea commit 609fc44

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

backend/app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_secret(env_var: str, default: str = None) -> str | None:
4646

4747

4848
MIN_FRONTEND_VERSION = 71
49-
BACKEND_VERSION = 114
49+
BACKEND_VERSION = 115
5050

5151
APP_DIR = os.path.dirname(os.path.abspath(__file__))
5252
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.7.0+114
18+
version: 0.7.1+115
1919

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

metadata/en-US/changelogs/115.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- You can now set recipes to public and discover other public recipes
2+
- New and updated translations
3+
- Many bug fixes and other minor improvements

0 commit comments

Comments
 (0)