Skip to content

Commit

Permalink
chore: bump version to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Jan 31, 2024
1 parent bf169d7 commit dc8c4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.7.2"
version = "0.7.3"
description = "A Markdown Editor App"
authors = ["drl990114"]
license = ""
Expand Down Expand Up @@ -41,7 +41,7 @@ version = "1.0"
features = ["derive"]

[dependencies.tauri]
version = "2.0.0-alpha.21"
version = "2.0.0-alpha.20"
features = [
"protocol-asset",
"devtools",
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
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "MarkFlowy",
"version": "0.7.2"
"version": "0.7.3"
},
"plugins": {
"shell": {
Expand Down

0 comments on commit dc8c4f1

Please sign in to comment.