mirror of
https://github.com/tauri-apps/web-view.git
synced 2026-02-04 02:11:18 +01:00
Bump versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "web-view"
|
name = "web-view"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
authors = ["Boscop", "zxey <r.hozak@seznam.cz>", "Sam Green <sam.green81@gmail.com>"]
|
authors = ["Boscop", "zxey <r.hozak@seznam.cz>", "Sam Green <sam.green81@gmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -12,7 +12,7 @@ exclude = ["examples/todo-ps/dist/**/*", "examples/elm-counter/index.html"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
urlencoding = "1.0"
|
urlencoding = "1.0"
|
||||||
webview-sys = { path = "webview-sys", version = "0.4" }
|
webview-sys = { path = "webview-sys", version = "0.5" }
|
||||||
boxfnonce = "0.1"
|
boxfnonce = "0.1"
|
||||||
tinyfiledialogs = "3.3.9"
|
tinyfiledialogs = "3.3.9"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "webview-sys"
|
name = "webview-sys"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
authors = ["Boscop", "zxey <r.hozak@seznam.cz>"]
|
authors = ["Boscop", "zxey <r.hozak@seznam.cz>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/Boscop/web-view"
|
repository = "https://github.com/Boscop/web-view"
|
||||||
|
|||||||
Reference in New Issue
Block a user