Sfoglia il codice sorgente

publish: bump core version

Jonathan Kelley 3 anni fa
parent
commit
ddfa2bac3f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/core/Cargo.toml

+ 1 - 1
packages/core/Cargo.toml

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