Skip to content

Commit

Permalink
chore: bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Oct 17, 2023
1 parent eee4418 commit 8c7fc84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markflowy/desktop",
"version": "0.6.1",
"version": "0.6.2",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
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.6.1"
"version": "0.6.2"
},
"plugins": {
"shell": {
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@markflowy/playground",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 8c7fc84

Please sign in to comment.