瀏覽代碼

chore(updates) version updates (#442)

nothingismagick 5 年之前
父節點
當前提交
43c2f710e4
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      cli/tauri-bundler/Cargo.toml
  2. 1 1
      cli/tauri.js/package.json
  3. 1 1
      tauri-api/Cargo.toml
  4. 1 1
      tauri/Cargo.toml

+ 1 - 1
cli/tauri-bundler/Cargo.toml

@@ -2,7 +2,7 @@ workspace = {}
 
 [package]
 name = "tauri-bundler"
-version = "0.4.0"
+version = "0.4.1"
 authors = ["George Burton <burtonageo@gmail.com>", "Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
 license = "MIT/Apache-2.0"
 keywords = ["bundle", "cargo", "tauri"]

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

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

+ 1 - 1
tauri-api/Cargo.toml

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

+ 1 - 1
tauri/Cargo.toml

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