diff --git a/Cargo.lock b/Cargo.lock index 9e45bc4..e56ba67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,7 +575,7 @@ dependencies = [ [[package]] name = "ssh-browser" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 99cc352..4000588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/ssh-browser"] resolver = "3" [workspace.package] -version = "0.4.1" +version = "0.5.0" edition = "2024" rust-version = "1.88" license = "MIT" diff --git a/extension/manifest.json b/extension/manifest.json index f21957f..17593dd 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "ssh-browser", - "version": "0.4.1", + "version": "0.5.0", "description": "Open files on an SSH host as a real browser origin.", "minimum_chrome_version": "116", "permissions": [