diff --git a/plugins/deep-link/Cargo.lock b/plugins/deep-link/Cargo.lock index c04a7e73..75626f5f 100644 --- a/plugins/deep-link/Cargo.lock +++ b/plugins/deep-link/Cargo.lock @@ -3077,7 +3077,7 @@ dependencies = [ [[package]] name = "tauri-plugin-deep-link" -version = "0.0.0" +version = "2.0.0-alpha.0" dependencies = [ "log", "serde", diff --git a/plugins/deep-link/Cargo.toml b/plugins/deep-link/Cargo.toml index 5eca805f..6ba8dc5a 100644 --- a/plugins/deep-link/Cargo.toml +++ b/plugins/deep-link/Cargo.toml @@ -1,9 +1,15 @@ [package] name = "tauri-plugin-deep-link" -version = "0.0.0" +version = "2.0.0-alpha.0" +description = "Set your Tauri application as the default handler for an URL" +#authors = { workspace = true } +#license = { workspace = true } +#edition = { workspace = true } +#rust-version = { workspace = true } edition = "2021" -authors = [""] -license = "" +authors = [ "Tauri Programme within The Commons Conservancy" ] +license = "Apache-2.0 OR MIT" +rust-version = "1.65" links = "tauri-plugin-deep-link" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/deep-link/README.md b/plugins/deep-link/README.md index d2d9c429..dd68639e 100644 --- a/plugins/deep-link/README.md +++ b/plugins/deep-link/README.md @@ -1,6 +1,6 @@ ![plugin-deep-link](banner.png) - +Set your Tauri application as the default handler for an URL. ## Install diff --git a/plugins/deep-link/banner.png b/plugins/deep-link/banner.png new file mode 100644 index 00000000..d4afc5a5 Binary files /dev/null and b/plugins/deep-link/banner.png differ diff --git a/plugins/deep-link/examples/old/package.json b/plugins/deep-link/examples/old/package.json index 72afb1eb..8069437a 100644 --- a/plugins/deep-link/examples/old/package.json +++ b/plugins/deep-link/examples/old/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@tauri-apps/api": "^2.0.0-alpha.5", - "@tauri-apps/plugin-deep-link": "^1.0.0" + "@tauri-apps/plugin-deep-link": "^2.0.0-alpha.0" }, "devDependencies": { "@tauri-apps/cli": "^2.0.0-alpha.10", diff --git a/plugins/deep-link/package.json b/plugins/deep-link/package.json index 8ff35b04..1337b6ce 100644 --- a/plugins/deep-link/package.json +++ b/plugins/deep-link/package.json @@ -1,6 +1,7 @@ { "name": "@tauri-apps/plugin-deep-link", - "version": "1.0.0", + "version": "2.0.0-alpha.0", + "description": "Set your Tauri application as the default handler for an URL", "license": "MIT or APACHE-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" @@ -24,7 +25,7 @@ "LICENSE" ], "devDependencies": { - "tslib": "^2.4.1" + "tslib": "^2.5.0" }, "dependencies": { "@tauri-apps/api": "2.0.0-alpha.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index feadd7ba..be4ae87a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -190,7 +190,7 @@ importers: version: 2.0.0-alpha.5 devDependencies: tslib: - specifier: ^2.4.1 + specifier: ^2.5.0 version: 2.5.0 plugins/deep-link/examples/old: @@ -199,7 +199,7 @@ importers: specifier: ^2.0.0-alpha.5 version: 2.0.0-alpha.5 '@tauri-apps/plugin-deep-link': - specifier: ^1.0.0 + specifier: ^2.0.0-alpha.0 version: link:../.. devDependencies: '@tauri-apps/cli':