chore(tauri) version updates (bundler & tauri.js 0.6.0, tauri 0.5.1) (#587)

This commit is contained in:
Lucas Fernandes Nogueira
2020-05-08 21:19:39 -03:00
committed by GitHub
parent 5337e019ee
commit b9277ea53f
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ workspace = {}
[package]
name = "tauri-bundler"
version = "0.5.0"
version = "0.6.0"
authors = ["George Burton <burtonageo@gmail.com>", "Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
license = "MIT/Apache-2.0"
keywords = ["bundle", "cargo", "tauri"]

View File

@@ -1,6 +1,6 @@
{
"name": "tauri",
"version": "0.5.2",
"version": "0.6.0",
"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.5.0"
version = "0.5.1"
authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
license = "MIT"
homepage = "https://tauri.studio"