Bump core and interpreter

This commit is contained in:
Jonathan Kelley 2023-07-31 18:02:23 -07:00
parent 8a875acdd2
commit f80c3c9ffb
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "dioxus-core"
version = "0.3.3"
version = "0.4.0"
authors = ["Jonathan Kelley"]
edition = "2018"
description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"

View file

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