feat: bump to RC

This commit is contained in:
Lucas Nogueira
2024-08-02 10:52:21 -03:00
parent 9606089b2a
commit 4db635f19b
249 changed files with 4584 additions and 5624 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-sql",
"version": "2.0.0-beta.8",
"version": "2.0.0-rc.0",
"description": "Interface with SQL databases",
"license": "MIT or APACHE-2.0",
"authors": [
@@ -25,6 +25,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "^2.0.0-beta.16"
"@tauri-apps/api": "^2.0.0-rc.0"
}
}