Pārlūkot izejas kodu

bump web and interpreter

Jonathan Kelley 2 gadi atpakaļ
vecāks
revīzija
f420c6f333
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      packages/interpreter/Cargo.toml
  2. 1 1
      packages/web/Cargo.toml

+ 1 - 1
packages/interpreter/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "dioxus-interpreter-js"
-version = "0.3.0"
+version = "0.3.1"
 edition = "2018"
 authors = ["Jonathan Kelley"]
 description = "JS Intepreter for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"

+ 1 - 1
packages/web/Cargo.toml

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