From bf49604c4c2fe5b64292cf44abfab90062641a94 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Thu, 11 Jun 2020 16:18:38 -0300 Subject: [PATCH] chore(tauri) version updates (#659) --- cli/tauri-bundler/Cargo.toml | 2 +- cli/tauri.js/package.json | 2 +- tauri-api/Cargo.toml | 2 +- tauri-utils/Cargo.toml | 2 +- tauri/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 0f3d20ffd..9e5db1928 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -2,7 +2,7 @@ workspace = {} [package] name = "tauri-bundler" -version = "0.6.0" +version = "0.6.1" 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 8ed08cc1a..97dfc2d5b 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -1,6 +1,6 @@ { "name": "tauri", - "version": "0.6.2", + "version": "0.6.3", "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 508dbd0a8..903f345a3 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-api" -version = "0.5.1" +version = "0.5.2" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri.studio" diff --git a/tauri-utils/Cargo.toml b/tauri-utils/Cargo.toml index 4ef92604f..ef05627a6 100644 --- a/tauri-utils/Cargo.toml +++ b/tauri-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-utils" -version = "0.5.0" +version = "0.5.1" 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 8d7dcc64f..1ff3fd8d3 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri" -version = "0.5.2" +version = "0.5.3" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri.studio"