Skip to content

Commit

Permalink
chore: bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Sep 24, 2023
1 parent e1bd5d5 commit 61bf361
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linebyline/desktop",
"version": "0.5.2",
"version": "0.5.3",
"scripts": {
"dev": "vite --host --force",
"build": "tsc && vite build",
Expand Down Expand Up @@ -65,4 +65,4 @@
"vite-plugin-svgr-component": "^1.0.1",
"vitest": "^0.34.2"
}
}
}
4 changes: 2 additions & 2 deletions apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "LineByLine",
"version": "0.5.2"
"version": "0.5.3"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -87,4 +87,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linebyline/playground",
"private": true,
"version": "0.5.2",
"version": "0.5.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -26,4 +26,4 @@
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}
}

0 comments on commit 61bf361

Please sign in to comment.