Skip to content

Commit

Permalink
chore(release): remaining windows fixes [version updates] (#481)
Browse files Browse the repository at this point in the history
* bump tauri.js

* bump tauri-core

* bump tauri-bundler
  • Loading branch information
jbolda committed Mar 1, 2020
1 parent 22e77ac commit 0d47bff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3"
version = "0.4.4"
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
4 changes: 2 additions & 2 deletions cli/tauri.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri",
"version": "0.4.4",
"version": "0.4.5",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
Expand Down Expand Up @@ -109,4 +109,4 @@
"lint-staged": [
"eslint --fix"
]
}
}
2 changes: 1 addition & 1 deletion tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "0.4.2"
version = "0.4.3"
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

0 comments on commit 0d47bff

Please sign in to comment.