Prechádzať zdrojové kódy

publish: include desktop fixes

Jonathan Kelley 3 rokov pred
rodič
commit
7cf15ee4e8
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      Cargo.toml
  2. 1 1
      packages/desktop/Cargo.toml

+ 1 - 1
Cargo.toml

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

+ 1 - 1
packages/desktop/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "dioxus-desktop"
-version = "0.1.3"
+version = "0.1.4"
 authors = ["Jonathan Kelley"]
 edition = "2018"
 description = "Dioxus VirtualDOM renderer for a remote webview instance"