Skip to content

Commit de08c01

Browse files
authored
chore: bump version (#4294)
* chore: bump version * chore: bump version
1 parent 7937fd1 commit de08c01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## Version 0.4.1 - 01/03/2024
4+
### Bug fixes
5+
- Fix import AppFlowy data folder
6+
37
## Version 0.4.0 - 12/30/2023
48
1. Added capability to import data from an AppFlowy data folder. For detailed information, please see [AppFlowy Data Storage Documentation](https://docs.appflowy.io/docs/appflowy/product/data-storage).
59
2. Enhanced user interface and fixed various bugs.

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2525
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2626
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2727
LIB_NAME = "dart_ffi"
28-
APPFLOWY_VERSION = "0.4.0"
28+
APPFLOWY_VERSION = "0.4.1"
2929
FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite"
3030
PRODUCT_NAME = "AppFlowy"
3131
MACOSX_DEPLOYMENT_TARGET = "11.0"

0 commit comments

Comments
 (0)