Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "desktop",
"version": "0.1.0-beta.14",
"version": "0.1.0-beta.15",
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repo keeps the desktop app version in sync across apps/desktop/package.json, apps/desktop/src-tauri/tauri.conf.json, and apps/desktop/src-tauri/Cargo.toml. This PR updates only package.json (now 0.1.0-beta.15) while tauri.conf.json/Cargo.toml are still 0.1.0-beta.11, which can lead to inconsistent bundle/app metadata in local builds and drift before tagging. Please bump the Tauri config and Rust crate versions to the same prerelease in the same PR (or explain why only npm version should change).

Suggested change
"version": "0.1.0-beta.15",
"version": "0.1.0-beta.11",

Copilot uses AI. Check for mistakes.
"description": "Cross-platform SSH manager desktop app",
"scripts": {
"dev": "vite",
Expand Down
Loading