Browse Source

chore(versions): bump tauri.js & tauri

Daniel Thompson-Yvetot 5 năm trước cách đây
mục cha
commit
c4ff10d2b1
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      Cargo.lock
  2. 1 1
      cli/tauri.js/package.json
  3. 1 1
      tauri/Cargo.toml

+ 1 - 1
Cargo.lock

@@ -1925,7 +1925,7 @@ dependencies = [
 
 [[package]]
 name = "tauri"
-version = "0.1.1"
+version = "0.1.2"
 dependencies = [
  "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1 - 1
cli/tauri.js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tauri",
-  "version": "0.1.0",
+  "version": "0.1.1",
   "description": "Multi-binding collection of libraries and templates for building Tauri apps",
   "bin": {
     "tauri": "./bin/tauri.js"

+ 1 - 1
tauri/Cargo.toml

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