Skip to content

Commit d21e1bc

Browse files
committed
chore: update version
1 parent 664e56c commit d21e1bc

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,4 +1,8 @@
11
# Release Notes
2+
## Version 0.0.7.1 - 11/30/2022
3+
### Bug Fixes
4+
- Fix some bugs
5+
26
## Version 0.0.7 - 11/27/2022
37
### New features
48
- Support adding filters by the text/checkbox/single-select property in Grid

frontend/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
2222
CARGO_MAKE_CRATE_FS_NAME = "dart_ffi"
2323
CARGO_MAKE_CRATE_NAME = "dart-ffi"
2424
LIB_NAME = "dart_ffi"
25-
CURRENT_APP_VERSION = "0.0.7"
25+
CURRENT_APP_VERSION = "0.0.7.1"
2626
FEATURES = "flutter"
2727
PRODUCT_NAME = "AppFlowy"
2828
# CRATE_TYPE: https://doc.rust-lang.org/reference/linkage.html

0 commit comments

Comments
 (0)