Rename dev branch to v1 and next branch to v2

This commit is contained in:
FabianLars
2023-05-03 08:55:44 +02:00
parent 882fcf8ab1
commit dce0f02bc5
23 changed files with 41 additions and 31 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
```toml
[dependencies.tauri-plugin-sql]
git = "https://github.com/tauri-apps/plugins-workspace"
branch = "dev"
branch = "v1"
features = ["sqlite"] # or "postgres", or "mysql"
```