Bump versions

This commit is contained in:
zxey
2020-03-15 00:43:14 +01:00
parent 44ed909ea3
commit 363dd8eb29
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "web-view"
version = "0.6.1"
version = "0.6.2"
authors = ["Boscop", "zxey <r.hozak@seznam.cz>", "Sam Green <sam.green81@gmail.com>"]
readme = "README.md"
license = "MIT"
@@ -12,7 +12,7 @@ exclude = ["examples/todo-ps/dist/**/*", "examples/elm-counter/index.html"]
[dependencies]
urlencoding = "1.0"
webview-sys = { path = "webview-sys", version = "0.4" }
webview-sys = { path = "webview-sys", version = "0.5" }
boxfnonce = "0.1"
tinyfiledialogs = "3.3.9"

View File

@@ -1,6 +1,6 @@
[package]
name = "webview-sys"
version = "0.4.2"
version = "0.5.0"
authors = ["Boscop", "zxey <r.hozak@seznam.cz>"]
license = "MIT"
repository = "https://github.com/Boscop/web-view"