Skip to content

Commit

Permalink
v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bamidev committed Mar 16, 2024
1 parent 295100f commit 3ea05e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.12.2"
version = "0.12.3"
description = "A simple, optionally async, optionally threadsafe, electron-like browser toolkit for Rust."
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.3.1" }
browser-window-c = { path = "c", version = "=0.3.2" }
futures-channel = { version = "^0.3" }
glib = { version = "0.18", optional = true }
gtk = { version = "0.18", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "browser-window-c"
version = "0.3.1"
version = "0.3.2"
description = "Browser framework functionality for BrowserWindow written in C/C++."
edition = "2018"
authors = ["Bamidev"]
Expand Down

0 comments on commit 3ea05e6

Please sign in to comment.