소스 검색

[version updates] Merge Windows Related Changes (#462)

* update tauri module versions

* update bundler

* update node cli
Tensor-Programming 5 년 전
부모
커밋
90497751a4
6개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      cli/tauri-bundler/Cargo.toml
  2. 2 2
      cli/tauri.js/package.json
  3. 1 1
      tauri-api/Cargo.toml
  4. 1 1
      tauri-updater/Cargo.toml
  5. 1 1
      tauri-utils/Cargo.toml
  6. 1 1
      tauri/Cargo.toml

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

@@ -2,7 +2,7 @@ workspace = {}
 
 [package]
 name = "tauri-bundler"
-version = "0.4.1"
+version = "0.4.2"
 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"]

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

@@ -1,6 +1,6 @@
 {
   "name": "tauri",
-  "version": "0.4.3",
+  "version": "0.4.4",
   "description": "Multi-binding collection of libraries and templates for building Tauri apps",
   "bin": {
     "tauri": "./bin/tauri.js"
@@ -109,4 +109,4 @@
   "lint-staged": [
     "eslint --fix"
   ]
-}
+}

+ 1 - 1
tauri-api/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-api"
-version = "0.4.1"
+version = "0.4.2"
 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-updater/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-updater"
-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-utils/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-utils"
-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.1"
+version = "0.4.2"
 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"