Skip to content

Commit 2ffd6bf

Browse files
authored
chore: bump version (#4583)
1 parent 722691c commit 2ffd6bf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Release Notes
2+
## Version 0.4.5 - 02/01/2024
3+
### Bug Fixes
4+
- Fixed WebSocket connection issue
5+
26
## Version 0.4.4 - 01/31/2024
37
### New Features
48
- Added functionality for uploading images to cloud storage.

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2626
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2727
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2828
LIB_NAME = "dart_ffi"
29-
APPFLOWY_VERSION = "0.4.4"
29+
APPFLOWY_VERSION = "0.4.5"
3030
FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite"
3131
PRODUCT_NAME = "AppFlowy"
3232
MACOSX_DEPLOYMENT_TARGET = "11.0"

frontend/appflowy_flutter/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.4.4
18+
version: 0.4.5
1919

2020
environment:
2121
flutter: ">=3.18.0-0.2.pre"

0 commit comments

Comments
 (0)