Skip to content

Commit

Permalink
Bump to version 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Aug 7, 2024
1 parent af863b4 commit f7c4510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fedistar",
"version": "1.9.9",
"version": "1.9.10",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev -p 1420",
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"build": {
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build",
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"devPath": "http://localhost:1420",
"distDir": "../out",
"withGlobalTauri": false
},
"package": {
"productName": "fedistar",
"version": "1.9.9"
"version": "1.9.10"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit f7c4510

Please sign in to comment.