Skip to content

Commit

Permalink
v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bamidev committed Mar 6, 2024
1 parent 11f169f commit 8eb888e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "browser-window"
version = "0.11.1"
version = "0.11.2"
description = "A simple, async/await aware browser window."
edition = "2018"
authors = ["Bamidev"]
Expand Down Expand Up @@ -32,7 +32,7 @@ name = "authentication"
path = "examples/authentication.rs"

[dependencies]
browser-window-c = { path = "c", version = "0.2.0" }
browser-window-c = { path = "c", version = "0.2.2" }
futures-channel = { version = "^0.3" }
gtk = { version = "0.18", optional = true }
javascriptcore-rs = { version = "1", optional = true }
Expand Down

0 comments on commit 8eb888e

Please sign in to comment.