Skip to content

Commit 688a165

Browse files
committed
chore: bump version to v0.83.0
1 parent 90528da commit 688a165

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.82.1"
3+
version = "0.83.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.82.2",
4+
"version": "0.83.0",
55
"identifier": "com.drl990114.markflowy",
66
"build": {
77
"beforeDevCommand": "yarn dev",
@@ -205,4 +205,4 @@
205205
"csp": null
206206
}
207207
}
208-
}
208+
}

0 commit comments

Comments
 (0)