diff --git a/Cargo.toml b/Cargo.toml index d3308d57..d12dcff5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gxi" -version = "0.1.3" +version = "0.1.4" authors = ["aniketfuryrocks "] edition = "2018" description = "CrossPlatform Native Widget based Component System in rust" @@ -50,4 +50,4 @@ version = "0.3.50" features = [ 'Document', 'Element', 'HtmlElement', 'Node', 'HtmlHeadElement', 'Window', 'console', 'Event', 'EventListener', 'MouseEvent' ] -optional = true \ No newline at end of file +optional = true diff --git a/examples/desktop/Cargo.toml b/examples/desktop/Cargo.toml index 6405229f..d1f2d397 100644 --- a/examples/desktop/Cargo.toml +++ b/examples/desktop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "desktop" -version = "0.1.0" +version = "0.1.4" authors = ["aniketfuryrocks "] edition = "2018" diff --git a/examples/web/Cargo.toml b/examples/web/Cargo.toml index 5b5a8713..73ced5c4 100644 --- a/examples/web/Cargo.toml +++ b/examples/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web" -version = "0.1.0" +version = "0.1.4" authors = ["aniketfuryrocks "] edition = "2018" diff --git a/gxi_macro/Cargo.toml b/gxi_macro/Cargo.toml index ee725680..9f3702de 100644 --- a/gxi_macro/Cargo.toml +++ b/gxi_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gxi_macro" -version = "0.1.2" +version = "0.1.4" authors = ["aniketfuryrocks "] edition = "2018" description = "proc-macro for writing gxi components"