Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
intendednull committed Feb 22, 2023
1 parent a83f28b commit 0feb5cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/yewdux-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yewdux-macros"
version = "0.9.0"
version = "0.9.1"
authors = ["Noah <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions crates/yewdux/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "yewdux"
version = "0.9.0"
version = "0.9.1"
authors = ["Noah <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yewdux/yewdux"
readme = "README.md"
readme = "../../README.md"
description = "Ergonomic state management for Yew applications"
keywords = ["yew", "state", "redux", "shared", "container"]
categories = ["wasm", "web-programming", "rust-patterns"]
Expand All @@ -23,8 +23,8 @@ serde_json = "1.0.64"
slab = "0.4"
thiserror = "1.0"
web-sys = "0.3"
yew = { git = "https://github.com/yewstack/yew.git" }
yewdux-macros = { path = "../yewdux-macros" }
yew = "0.20"
yewdux-macros = "0.9.1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"
Expand Down

0 comments on commit 0feb5cd

Please sign in to comment.