@@ -1,6 +1,6 @@
{
"name": "tauri",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
@@ -15,7 +15,7 @@ build = "src/build.rs"
serde_json = "1.0.41"
serde = "1.0.104"
serde_derive = "1.0.104"
-tauri = <%= tauriDep || `{ version = "0.3.0" }` %>
+tauri = <%= tauriDep || `{ version = "0.3.1" }` %>
[target."cfg(windows)".build-dependencies]
winres = "0.1"
[package]
name = "tauri"
-version = "0.3.0"
+version = "0.3.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-apps.org"