File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
+ ## Version 0.6.7.1 - 14/08/2024
3
+ ### Bug Fixes
4
+ - Fixed the issue where workspace id was not compatible with settings page.
5
+
2
6
## Version 0.6.7 - 13/08/2024
3
7
### New Features
4
8
- Redesigned the icon picker design on Desktop.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
26
26
CARGO_MAKE_CRATE_FS_NAME = " dart_ffi"
27
27
CARGO_MAKE_CRATE_NAME = " dart-ffi"
28
28
LIB_NAME = " dart_ffi"
29
- APPFLOWY_VERSION = " 0.6.7"
29
+ APPFLOWY_VERSION = " 0.6.7.1 "
30
30
FLUTTER_DESKTOP_FEATURES = " dart"
31
31
PRODUCT_NAME = " AppFlowy"
32
32
MACOSX_DEPLOYMENT_TARGET = " 11.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
- version : 0.6.7
18
+ version : 0.6.7+1
19
19
20
20
environment :
21
21
flutter : " >=3.22.0"
You can’t perform that action at this time.
0 commit comments