From a84656e0370bc5bb5e138205d37a82aa4bc5655e Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Sun, 9 Feb 2020 16:42:23 +0100 Subject: [PATCH] chore(release): version updates (#404) * chore(release): version updates * updater too * update template --- cli/tauri-bundler/Cargo.toml | 4 ++-- cli/tauri.js/package.json | 2 +- cli/tauri.js/templates/src-tauri/Cargo.toml | 2 +- tauri-api/Cargo.toml | 6 +++--- tauri-updater/Cargo.toml | 6 +++--- tauri-utils/Cargo.toml | 2 +- tauri/Cargo.toml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 8348ca301..4f60c930b 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "tauri-bundler" -version = "0.1.2" +version = "0.4.0" authors = ["George Burton ", "Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT/Apache-2.0" keywords = ["bundle", "cargo", "tauri"] @@ -32,7 +32,7 @@ toml = "0.5.6" uuid = { version = "0.8", features = ["v5"] } walkdir = "2" -tauri-utils = {version = "0.3", path = "../../tauri-utils"} +tauri-utils = {version = "0.4", path = "../../tauri-utils"} [target.'cfg(target_os = "windows")'.dependencies] attohttpc = { version = "0.11.1" } diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index cf5b94bb5..4c1bce2d8 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -1,6 +1,6 @@ { "name": "tauri", - "version": "0.3.1", + "version": "0.4.0", "description": "Multi-binding collection of libraries and templates for building Tauri apps", "bin": { "tauri": "./bin/tauri.js" diff --git a/cli/tauri.js/templates/src-tauri/Cargo.toml b/cli/tauri.js/templates/src-tauri/Cargo.toml index bb70bad51..3debe2aa5 100755 --- a/cli/tauri.js/templates/src-tauri/Cargo.toml +++ b/cli/tauri.js/templates/src-tauri/Cargo.toml @@ -14,7 +14,7 @@ build = "src/build.rs" [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = <%= tauriDep || `{ version = "0.3" }` %> +tauri = <%= tauriDep || `{ version = "0.4" }` %> [target."cfg(windows)".build-dependencies] winres = "0.1" diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index 884083d5c..a842c4af9 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-api" -version = "0.3.0" +version = "0.4.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri.studio" @@ -10,7 +10,7 @@ edition = "2018" exclude = ["test/fixture/**"] [dependencies] -serde = { version = "1.0", features = ["derive"] } +serde = { version = "1.0", features = ["derive"] } dirs = "2.0.2" ignore = "0.4.11" zip = "0.5.4" @@ -21,7 +21,7 @@ either = "1.5.3" tar = "0.4" flate2 = "1" error-chain = "0.12" -tauri-utils = {version = "0.3.0", path = "../tauri-utils"} +tauri-utils = {version = "0.4.0", path = "../tauri-utils"} [dev-dependencies] quickcheck = "0.9.2" diff --git a/tauri-updater/Cargo.toml b/tauri-updater/Cargo.toml index 78d329dce..456a72bb8 100644 --- a/tauri-updater/Cargo.toml +++ b/tauri-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-updater" -version = "0.2.0" +version = "0.4.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri.studio" @@ -17,5 +17,5 @@ serde = "1.0" zip = "0.5.3" tempdir = "0.3" error-chain = "0.12.1" -tauri-api = { version = "0.3", path = "../tauri-api" } -tauri-utils = { version = "0.3", path = "../tauri-utils" } +tauri-api = { version = "0.4", path = "../tauri-api" } +tauri-utils = { version = "0.4", path = "../tauri-utils" } diff --git a/tauri-utils/Cargo.toml b/tauri-utils/Cargo.toml index eca1e5ba4..c291c7928 100644 --- a/tauri-utils/Cargo.toml +++ b/tauri-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-utils" -version = "0.3.0" +version = "0.4.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri.studio" diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 7b8b9548b..bf72c4f55 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri" -version = "0.3.2" +version = "0.4.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri.studio" @@ -24,7 +24,7 @@ threadpool = "1.7" uuid = { version = "0.8.1", features = ["v4"] } error-chain = "0.12.1" -tauri-api = { version = "0.3", path = "../tauri-api" } +tauri-api = { version = "0.4", path = "../tauri-api" } [build-dependencies] tauri_includedir_codegen = "0.5.2"