chore(release): remaining windows fixes [version updates] (#481)

* bump tauri.js

* bump tauri-core

* bump tauri-bundler
This commit is contained in:
Jacob Bolda 2020-03-01 09:47:11 -06:00 committed by GitHub
parent 22e77ac295
commit 0d47bff39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ workspace = {}
[package]
name = "tauri-bundler"
version = "0.4.3"
version = "0.4.4"
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.4.4",
"version": "0.4.5",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
@ -109,4 +109,4 @@
"lint-staged": [
"eslint --fix"
]
}
}

View File

@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "0.4.2"
version = "0.4.3"
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"