Skip to content

Commit 8ad64ac

Browse files
committed
chore: bump version to v0.24.0
1 parent 15c3215 commit 8ad64ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markflowy"
3-
version = "0.23.1"
3+
version = "0.24.0"
44
description = "A Markdown Editor App"
55
authors = ["drl990114"]
66
license = " AGPL-3.0"

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "MarkFlowy",
4-
"version": "0.23.1",
4+
"version": "0.24.0",
55
"identifier": "com.drl990114.markflowy",
66
"build": {
77
"beforeDevCommand": "yarn dev",
@@ -79,4 +79,4 @@
7979
"csp": null
8080
}
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)