bump web and interpreter

This commit is contained in:
Jonathan Kelley 2023-02-16 13:42:49 -08:00
parent 33397b290d
commit f420c6f333
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"