chore(versions) bump to 0.3.1

This commit is contained in:
Lucas Nogueira 2019-12-31 19:24:07 -03:00
parent ddd0e2c3eb
commit 7ae7c9dfc2
No known key found for this signature in database
GPG Key ID: 5D8275A90328892C
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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