diff --git a/Cargo.lock b/Cargo.lock index ed6d8ffb7..cce2eb000 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1925,7 +1925,7 @@ dependencies = [ [[package]] name = "tauri" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index afe3767c5..e171870d5 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -1,6 +1,6 @@ { "name": "tauri", - "version": "0.1.0", + "version": "0.1.1", "description": "Multi-binding collection of libraries and templates for building Tauri apps", "bin": { "tauri": "./bin/tauri.js" diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index b8b6a7943..39c009068 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri" -version = "0.1.1" +version = "0.1.2" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot "] license = "MIT" homepage = "https://tauri-apps.org"