Przeglądaj źródła

chore(versions) bump to 0.3.1

Lucas Nogueira 5 lat temu
rodzic
commit
7ae7c9dfc2

+ 1 - 1
cli/tauri.js/package.json

@@ -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"

+ 1 - 1
cli/tauri.js/templates/src-tauri/Cargo.toml

@@ -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"

+ 1 - 1
tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [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"