Browse Source

bump core

Jonathan Kelley 2 years ago
parent
commit
33397b290d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/Cargo.toml

+ 1 - 1
packages/core/Cargo.toml

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