From 01747f13e87ae55a22e02ee196b1bb23ee0e286f Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Wed, 24 Jul 2024 14:53:56 +0800 Subject: [PATCH] chore: bump version 0.6.5 (#5800) --- CHANGELOG.md | 4 ++++ frontend/Makefile.toml | 2 +- frontend/appflowy_flutter/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69dc1af97576..955f61688633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## Version 0.6.5 - 24/07/2024 +### New Features +- Publish a Database to the Web + ## Version 0.6.4 - 16/07/2024 ### New Features - Enhanced the message style on the AI chat page. diff --git a/frontend/Makefile.toml b/frontend/Makefile.toml index c4670654802e..3433449249fc 100644 --- a/frontend/Makefile.toml +++ b/frontend/Makefile.toml @@ -26,7 +26,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true CARGO_MAKE_CRATE_FS_NAME = "dart_ffi" CARGO_MAKE_CRATE_NAME = "dart-ffi" LIB_NAME = "dart_ffi" -APPFLOWY_VERSION = "0.6.4" +APPFLOWY_VERSION = "0.6.5" FLUTTER_DESKTOP_FEATURES = "dart" PRODUCT_NAME = "AppFlowy" MACOSX_DEPLOYMENT_TARGET = "11.0" diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index 165a990d045f..04e4cac6d81e 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.6.4 +version: 0.6.5 environment: flutter: ">=3.22.0"