Skip to content

Commit

Permalink
Merge pull request #24 from Jeamee:release/v0.1.1
Browse files Browse the repository at this point in the history
Update version to 0.1.1 in package.json and tauri.conf.json for release management
  • Loading branch information
Jeamee authored Dec 12, 2024
2 parents 484db97 + 41f2fea commit 3a80640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mcphub-desktop",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -44,4 +44,4 @@
"typescript": "^5.7.2",
"vite": "^6.0.1"
}
}
}
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "mcphub-desktop",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "com.mcphub-desktop.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down Expand Up @@ -62,4 +62,4 @@
}
}
}
}
}

0 comments on commit 3a80640

Please sign in to comment.