Skip to content

Commit a4e36b2

Browse files
authored
Merge pull request #9 from matthunz/0.3.0-alpha.3
Publish 0.3.0-alpha.3
2 parents d5e8ce6 + 67b1ffa commit a4e36b2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dioxus-spring"
33
description = "Animation library for Dioxus"
4-
version = "0.3.0-alpha.2"
4+
version = "0.3.0-alpha.3"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77

@@ -15,8 +15,8 @@ log = "0.4.20"
1515
dioxus-logger = "0.4.1"
1616
wasm-bindgen = "0.2.87"
1717
web-sys = "0.3.64"
18-
dioxus-use-mounted = "0.3.0-alpha.1"
18+
dioxus-use-mounted = "0.3.0-alpha.3"
1919
slotmap = "1.0.6"
2020

2121
[dev-dependencies]
22-
dioxus-resize-observer = "0.3.0-alpha.1"
22+
dioxus-resize-observer = "0.3.0-alpha.3"

0 commit comments

Comments
 (0)