Skip to content

Commit

Permalink
chore(tauri) bump versions to 0.5.0 (#532) version updates
Browse files Browse the repository at this point in the history
* chore(tauri) bump versions to 0.5.0

* fix(tauri) correct dependency versions
version updates
  • Loading branch information
lucasfernog committed Mar 28, 2020
1 parent 86be52e commit ff854a4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/tauri-bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = {}

[package]
name = "tauri-bundler"
version = "0.4.5"
version = "0.5.0"
authors = ["George Burton <burtonageo@gmail.com>", "Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
license = "MIT/Apache-2.0"
keywords = ["bundle", "cargo", "tauri"]
Expand Down
2 changes: 1 addition & 1 deletion cli/tauri.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri",
"version": "0.4.5",
"version": "0.5.0",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
Expand Down
4 changes: 2 additions & 2 deletions tauri-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-api"
version = "0.4.3"
version = "0.5.0"
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.studio"
Expand All @@ -24,7 +24,7 @@ flate2 = "1"
error-chain = "0.12"
rand = "0.7"
nfd = "0.0.4"
tauri-utils = {version = "0.4", path = "../tauri-utils"}
tauri-utils = {version = "0.5", path = "../tauri-utils"}

[dev-dependencies]
quickcheck = "0.9.2"
Expand Down
4 changes: 2 additions & 2 deletions tauri-updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ serde = "1.0"
zip = "0.5.3"
tempdir = "0.3"
error-chain = "0.12.1"
tauri-api = { version = "0.4", path = "../tauri-api" }
tauri-utils = { version = "0.4", path = "../tauri-utils" }
tauri-api = { version = "0.5", path = "../tauri-api" }
tauri-utils = { version = "0.5", path = "../tauri-utils" }
2 changes: 1 addition & 1 deletion tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-utils"
version = "0.4.2"
version = "0.5.0"
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.studio"
Expand Down
4 changes: 2 additions & 2 deletions tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "0.4.4"
version = "0.5.0"
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.studio"
Expand All @@ -24,7 +24,7 @@ threadpool = "1.7"
uuid = { version = "0.8.1", features = ["v4"] }
error-chain = "0.12.2"

tauri-api = { version = "0.4", path = "../tauri-api" }
tauri-api = { version = "0.5", path = "../tauri-api" }

[build-dependencies]
tauri_includedir_codegen = "0.5.2"
Expand Down

0 comments on commit ff854a4

Please sign in to comment.