chore(tauri.js) version updates (#546)

This commit is contained in:
Lucas Fernandes Nogueira 2020-04-02 19:16:53 -03:00 committed by GitHub
parent 2fc2fc2ca0
commit 96cea8206b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tauri",
"version": "0.5.0",
"version": "0.5.1",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"

View File

@ -14,7 +14,7 @@ build = "src/build.rs"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = <%= tauriDep || `{ version = "0.4" }` %>
tauri = <%= tauriDep || `{ version = "0.5" }` %>
[target."cfg(windows)".build-dependencies]
winres = "0.1"