Jonathan Kelley 2 лет назад
Родитель
Сommit
c97f43146d
2 измененных файлов с 2 добавлено и 2 удалено
  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]
 name = "dioxus-hooks"
-version = "0.3.0"
+version = "0.3.1"
 authors = ["Jonathan Kelley"]
 edition = "2018"
 description = "Dioxus VirtualDOM renderer for a remote webview instance"

+ 1 - 1
packages/web/Cargo.toml

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