Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Jan 21, 2023
1 parent f745e94 commit 6617d0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ features = [

[dev-dependencies]
wasm-bindgen-test = "0.3.4"
gloo-timers = { version = "0.2.5", path = "../timers" }
gloo-timers = { version = "0.2.6", path = "../timers" }
4 changes: 2 additions & 2 deletions crates/history/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gloo-history"
version = "0.1.2"
version = "0.1.3"
description = "Universal Session History"
authors = ["Rust and WebAssembly Working Group"]
edition = "2018"
Expand Down Expand Up @@ -31,7 +31,7 @@ features = [
[dev-dependencies]
wasm-bindgen-test = "0.3"
serde = { version = "1", features = ["derive"] }
gloo-timers = { version = "0.2.5", features = ["futures"], path = "../timers" }
gloo-timers = { version = "0.2.6", features = ["futures"], path = "../timers" }

[features]
query = ["thiserror", "serde_urlencoded"]
Expand Down
2 changes: 1 addition & 1 deletion crates/net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gloo-net"
version = "0.2.5"
version = "0.2.6"
authors = ["Rust and WebAssembly Working Group", "Muhammad Hamza <muhammadhamza1311@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/timers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gloo-timers"
description = "Convenience crate for working with JavaScript timers"
version = "0.2.5"
version = "0.2.6"
authors = ["Rust and WebAssembly Working Group"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 6617d0e

Please sign in to comment.