chore(versions): bump tauri.js & tauri

This commit is contained in:
Daniel Thompson-Yvetot 2019-12-01 17:31:38 +01:00
parent 9bda6ae908
commit c4ff10d2b1
No known key found for this signature in database
GPG Key ID: 8686082C872CADE8
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -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"

View File

@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "0.1.1"
version = "0.1.2"
authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>"]
license = "MIT"
homepage = "https://tauri-apps.org"