mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-03 00:21:34 +03:00
chore(tauri.js) version updates (#546)
This commit is contained in:
parent
2fc2fc2ca0
commit
96cea8206b
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user