Browse Source

chore(versions) bump tauri and tauri-api crates to 0.3.0

Lucas Nogueira 5 years ago
parent
commit
a56cee76bf
2 changed files with 3 additions and 3 deletions
  1. 1 1
      tauri-api/Cargo.toml
  2. 2 2
      tauri/Cargo.toml

+ 1 - 1
tauri-api/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "tauri-api"
 name = "tauri-api"
-version = "0.2.0"
+version = "0.3.0"
 authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
 authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
 license = "MIT"
 license = "MIT"
 homepage = "https://tauri-apps.org"
 homepage = "https://tauri-apps.org"

+ 2 - 2
tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "tauri"
 name = "tauri"
-version = "0.2.0"
+version = "0.3.0"
 authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
 authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
 license = "MIT"
 license = "MIT"
 homepage = "https://tauri-apps.org"
 homepage = "https://tauri-apps.org"
@@ -23,7 +23,7 @@ lazy_static = "1.4.0"
 tiny_http = "0.6"
 tiny_http = "0.6"
 threadpool = "1.7"
 threadpool = "1.7"
 uuid = { version = "0.8.1", features = ["v4"] }
 uuid = { version = "0.8.1", features = ["v4"] }
-tauri-api = { version = "0.2",  path = "../tauri-api" }
+tauri-api = { version = "0.3",  path = "../tauri-api" }
 
 
 [build-dependencies]
 [build-dependencies]
 tauri_includedir_codegen = "0.5.1"
 tauri_includedir_codegen = "0.5.1"