From ff854a4f886f1f9f331b9b008f88e6be16b17ec7 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Sat, 28 Mar 2020 12:49:37 -0300 Subject: [PATCH] chore(tauri) bump versions to 0.5.0 (#532) version updates * chore(tauri) bump versions to 0.5.0 * fix(tauri) correct dependency versions version updates --- cli/tauri-bundler/Cargo.toml | 2 +- cli/tauri.js/package.json | 2 +- tauri-api/Cargo.toml | 4 ++-- tauri-updater/Cargo.toml | 4 ++-- tauri-utils/Cargo.toml | 2 +- tauri/Cargo.toml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index fcebab52d..29d3ef206 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "tauri-bundler" -version = "0.4.5" +version = "0.5.0" authors = ["George Burton ", "Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT/Apache-2.0" keywords = ["bundle", "cargo", "tauri"] diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index 6d011cb48..69912335c 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -1,6 +1,6 @@ { "name": "tauri", - "version": "0.4.5", + "version": "0.5.0", "description": "Multi-binding collection of libraries and templates for building Tauri apps", "bin": { "tauri": "./bin/tauri.js" diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index 2856ae9bb..49568873a 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-api" -version = "0.4.3" +version = "0.5.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri.studio" @@ -24,7 +24,7 @@ flate2 = "1" error-chain = "0.12" rand = "0.7" nfd = "0.0.4" -tauri-utils = {version = "0.4", path = "../tauri-utils"} +tauri-utils = {version = "0.5", path = "../tauri-utils"} [dev-dependencies] quickcheck = "0.9.2" diff --git a/tauri-updater/Cargo.toml b/tauri-updater/Cargo.toml index 80c8c7330..16a4bf96f 100644 --- a/tauri-updater/Cargo.toml +++ b/tauri-updater/Cargo.toml @@ -17,5 +17,5 @@ serde = "1.0" zip = "0.5.3" tempdir = "0.3" error-chain = "0.12.1" -tauri-api = { version = "0.4", path = "../tauri-api" } -tauri-utils = { version = "0.4", path = "../tauri-utils" } +tauri-api = { version = "0.5", path = "../tauri-api" } +tauri-utils = { version = "0.5", path = "../tauri-utils" } diff --git a/tauri-utils/Cargo.toml b/tauri-utils/Cargo.toml index 2e537fe8b..a38bff458 100644 --- a/tauri-utils/Cargo.toml +++ b/tauri-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-utils" -version = "0.4.2" +version = "0.5.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 0bc22021d..49e0df7fa 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri" -version = "0.4.4" +version = "0.5.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.2" -tauri-api = { version = "0.4", path = "../tauri-api" } +tauri-api = { version = "0.5", path = "../tauri-api" } [build-dependencies] tauri_includedir_codegen = "0.5.2"