File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 77- Unable to copy and paste a word
88- Some UI issues
99
10+ ## Version 0.2.4 - 06/23/2023
11+
12+ ### Bug fixes:
13+
14+ - Unable to copy and paste a word
15+ - Some UI issues
16+
1017## Version 0.2.3 - 06/21/2023
1118
1219### New Features
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2323CARGO_MAKE_CRATE_FS_NAME = " dart_ffi"
2424CARGO_MAKE_CRATE_NAME = " dart-ffi"
2525LIB_NAME = " dart_ffi"
26- CURRENT_APP_VERSION = " 0.2.4 "
26+ CURRENT_APP_VERSION = " 0.2.5 "
2727FLUTTER_DESKTOP_FEATURES = " dart,rev-sqlite"
2828PRODUCT_NAME = " AppFlowy"
2929# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html
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
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.2.4
18+ version : 0.2.5
1919
2020environment :
2121 sdk : " >=3.0.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments