Browse Source

bump hooks and web crates

Jonathan Kelley 2 years ago
parent
commit
c97f43146d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/hooks/Cargo.toml
  2. 1 1
      packages/web/Cargo.toml

+ 1 - 1
packages/hooks/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "dioxus-hooks"
 name = "dioxus-hooks"
-version = "0.3.0"
+version = "0.3.1"
 authors = ["Jonathan Kelley"]
 authors = ["Jonathan Kelley"]
 edition = "2018"
 edition = "2018"
 description = "Dioxus VirtualDOM renderer for a remote webview instance"
 description = "Dioxus VirtualDOM renderer for a remote webview instance"

+ 1 - 1
packages/web/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 [package]
 name = "dioxus-web"
 name = "dioxus-web"
-version = "0.3.1"
+version = "0.3.2"
 authors = ["Jonathan Kelley"]
 authors = ["Jonathan Kelley"]
 edition = "2018"
 edition = "2018"
 description = "Dioxus VirtualDOM renderer for the web browser using websys"
 description = "Dioxus VirtualDOM renderer for the web browser using websys"