This commit is contained in:
Lucas Nogueira
2024-02-03 15:40:29 -03:00
parent 18e478aba0
commit abd0176cc1
124 changed files with 374 additions and 414 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog
## \[2.0.0-alpha.6]
## \[2.0.0-beta.0]
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Update to tauri beta.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-authenticator"
version = "2.0.0-alpha.7"
version = "2.0.0-beta.0"
description = "Use hardware security-keys in your Tauri App."
authors = { workspace = true }
license = { workspace = true }
+1 -1
View File
@@ -21,7 +21,7 @@ Install the authenticator plugin by adding the following lines to your `Cargo.to
```toml
# you can add the dependencies on the `[dependencies]` section if you do not target mobile
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-authenticator = "2.0.0-alpha"
tauri-plugin-authenticator = "2.0.0-beta"
# alternatively with Git:
tauri-plugin-authenticator = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
```
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-authenticator",
"version": "2.0.0-alpha.6",
"version": "2.0.0-beta.0",
"description": "Use hardware security-keys in your Tauri App.",
"license": "MIT or APACHE-2.0",
"authors": [
@@ -26,4 +26,4 @@
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.0"
}
}
}