Skip to content

Commit 4405b59

Browse files
authored
chore: bump version 0.3.9.1 (#4113)
1 parent a7ce21e commit 4405b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-
CURRENT_APP_VERSION = "0.3.9"
28+
CURRENT_APP_VERSION = "0.3.9.1"
2929
FLUTTER_DESKTOP_FEATURES = "dart,rev-sqlite"
3030
PRODUCT_NAME = "AppFlowy"
3131
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.3.9
18+
version: 0.3.9+1
1919

2020
environment:
2121
sdk: ">=3.1.5 <4.0.0"

0 commit comments

Comments
 (0)