Skip to content

Commit

Permalink
Update Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Sep 28, 2018
1 parent b7ad1c4 commit 3edadc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qmetaobject/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qmetaobject"
version = "0.0.1"
version = "0.0.2"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
build = "build.rs"
description = "Expose rust object to Qt and QML."
Expand All @@ -10,7 +10,7 @@ keywords = ["Qt", "QML", "QMetaObject",]
repository = "https://github.com/woboq/qmetaobject-rs"

[dependencies]
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.0.1"}
qmetaobject_impl = { path = "../qmetaobject_impl", version = "=0.0.2"}
lazy_static = "1.0"
cpp = "0.5"
bitflags = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion qmetaobject_impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qmetaobject_impl"
version = "0.0.1"
version = "0.0.2"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]

description = "Custom derive for the qmetaobject crate."
Expand Down

0 comments on commit 3edadc5

Please sign in to comment.