Skip to content

Commit

Permalink
chore: Release gloo-dialogs version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Aug 11, 2023
1 parent 7cc8f21 commit 363626b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.64"
gloo-timers = { version = "0.3", path = "crates/timers", optional = true }
gloo-events = { version = "0.2", path = "crates/events", optional = true }
gloo-file = { version = "0.3", path = "crates/file", optional = true }
gloo-dialogs = { version = "0.1", path = "crates/dialogs", optional = true }
gloo-dialogs = { version = "0.2", path = "crates/dialogs", optional = true }
gloo-storage = { version = "0.2", path = "crates/storage", optional = true }
gloo-render = { version = "0.1", path = "crates/render", optional = true }
gloo-console = { version = "0.2", path = "crates/console", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/dialogs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gloo-dialogs"
description = "Convenience crate for working with dialogs in browser"
version = "0.1.1"
version = "0.2.0"
authors = ["Rust and WebAssembly Working Group"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 363626b

Please sign in to comment.