Merge branch 'dev' into next. Rename next to v2

This commit is contained in:
FabianLars
2023-05-03 09:02:40 +02:00
29 changed files with 139 additions and 117 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
```toml
[dependencies]
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "next" }
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
```
## Usage