Skip to content

Commit

Permalink
chore: bump version to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Jun 10, 2024
1 parent 6be8a52 commit cdb28dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markflowy"
version = "0.10.0"
version = "0.10.1"
description = "A Markdown Editor App"
authors = ["drl990114"]
license = " AGPL-3.0"
Expand All @@ -9,7 +9,11 @@ edition = "2021"

[lib]
name = "markflowy"
crate-type = ["staticlib", "cdylib", "rlib"]
crate-type = [
"staticlib",
"cdylib",
"rlib",
]

[build-dependencies.tauri-build]
version = "2.0.0-beta.17"
Expand All @@ -26,21 +30,27 @@ tauri-plugin-store = "2.0.0-beta.8"
tauri-plugin-os = "2.0.0-beta.6"
tauri-plugin-shell = "2.0.0-beta.7"
tauri-plugin-dialog = "2.0.0-beta.9"
tauri-plugin-notification = { version = "2.0.0-beta.7", features = ["windows7-compat"] }
tauri-plugin-clipboard-manager = "2.1.0-beta.4"
regex = "1.10.4"
lazy_static = "1.4.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
window-vibrancy = "0.5.0"

[dependencies.tauri-plugin-notification]
version = "2.0.0-beta.7"
features = ["windows7-compat"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tauri]
version = "2.0.0-beta.22"
features = ["protocol-asset", "devtools"]
features = [
"protocol-asset",
"devtools",
]

[dependencies.mf-utils]
path = "../../../crates/utils"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "MarkFlowy",
"version": "0.10.0",
"version": "0.10.1",
"identifier": "com.drl990114.markflowy",
"build": {
"beforeDevCommand": "yarn dev",
Expand Down

0 comments on commit cdb28dc

Please sign in to comment.