Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
Gloo utils -> 0.1.1

I forgot to include this in previous release
  • Loading branch information
ranile committed Nov 25, 2021
1 parent d56d2ad commit 4fb4eb3
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
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
license = "MIT/Apache-2.0"
name = "gloo"
readme = "README.md"
version = "0.4.1"
version = "0.4.2"
repository = "https://github.com/rustwasm/gloo"
homepage = "https://gloo-rs.web.app/"
documentation = "https://docs.rs/gloo/"
Expand All @@ -19,7 +19,7 @@ gloo-dialogs = { version = "0.1.0", path = "crates/dialogs" }
gloo-storage = { version = "0.2.0", path = "crates/storage" }
gloo-render = { version = "0.1.0", path = "crates/render" }
gloo-console = { version = "0.2.1", path = "crates/console" }
gloo-utils = { version = "0.1.0", path = "crates/utils" }
gloo-utils = { version = "0.1.1", path = "crates/utils" }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gloo-utils"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
description = "Convenience crate for common `web_sys` features"
authors = ["Rust and WebAssembly Working Group"]
Expand Down

0 comments on commit 4fb4eb3

Please sign in to comment.