bump core version

This commit is contained in:
Jonathan Kelley 2021-02-28 17:38:05 -05:00
parent 6a7bf3f964
commit 4997976261

View file

@ -1,6 +1,6 @@
[package]
name = "dioxus-core"
version = "0.1.1"
version = "0.1.2"
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
edition = "2018"
description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
@ -13,7 +13,7 @@ description = "Core functionality for Dioxus - a concurrent renderer-agnostic Vi
# dodrio-derive = { path = "../html-macro-2", version = "0.1.0" }
# dioxus-html-macro = { path = "../html-macro", version = "0.1.0" }
# dioxus-html-2 = { path = "../html-macro-2", version = "0.1.0" }
dioxus-core-macro = { path = "../core-macro", version = "0.1.0" }
dioxus-core-macro = { path = "../core-macro", version = "0.1.1" }
# Backs some static data
once_cell = "1.5.2"