Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed May 7, 2021
1 parent 2162700 commit df551ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gxi"
version = "0.1.3"
version = "0.1.4"
authors = ["aniketfuryrocks <[email protected]>"]
edition = "2018"
description = "CrossPlatform Native Widget based Component System in rust"
Expand Down Expand Up @@ -50,4 +50,4 @@ version = "0.3.50"
features = [
'Document', 'Element', 'HtmlElement', 'Node', 'HtmlHeadElement', 'Window', 'console', 'Event', 'EventListener', 'MouseEvent'
]
optional = true
optional = true
2 changes: 1 addition & 1 deletion examples/desktop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "desktop"
version = "0.1.0"
version = "0.1.4"
authors = ["aniketfuryrocks <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion examples/web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web"
version = "0.1.0"
version = "0.1.4"
authors = ["aniketfuryrocks <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion gxi_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gxi_macro"
version = "0.1.2"
version = "0.1.4"
authors = ["aniketfuryrocks <[email protected]>"]
edition = "2018"
description = "proc-macro for writing gxi components"
Expand Down

0 comments on commit df551ec

Please sign in to comment.