From 363dd8eb29287481ea3cf65aaa07136ba81073db Mon Sep 17 00:00:00 2001 From: zxey Date: Sun, 15 Mar 2020 00:43:14 +0100 Subject: [PATCH] Bump versions --- Cargo.toml | 4 ++-- webview-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ff8d303..b82a8b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web-view" -version = "0.6.1" +version = "0.6.2" authors = ["Boscop", "zxey ", "Sam Green "] 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" diff --git a/webview-sys/Cargo.toml b/webview-sys/Cargo.toml index b910254..49276cd 100644 --- a/webview-sys/Cargo.toml +++ b/webview-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webview-sys" -version = "0.4.2" +version = "0.5.0" authors = ["Boscop", "zxey "] license = "MIT" repository = "https://github.com/Boscop/web-view"