Skip to content

Commit

Permalink
Merge pull request #102 from Y-Nak/bump-version
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
Y-Nak authored Jun 13, 2021
2 parents 9e1a899 + 3a72306 commit e579d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cameleon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cameleon"
version = "0.1.2"
version = "0.1.3"
authors = ["Cameleon Project Developers"]
edition = "2018"
license = "MPL-2.0"
Expand All @@ -25,7 +25,7 @@ futures = "0.3.14"
tracing = "0.1.26"
auto_impl = "0.4.1"
cameleon-device = { path = "../device", version = "0.1.1" }
cameleon-genapi = { path = "../genapi", version = "0.1.0" }
cameleon-genapi = { path = "../genapi", version = "0.1.1" }
rusb = { version = "0.8.1", optional = true }
libusb1-sys = { version = "0.5.0", optional = true }
libc = { version = "0.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion genapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cameleon-genapi"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
authors = ["Cameleon Project Developers"]
license = "MPL-2.0"
Expand Down

0 comments on commit e579d1b

Please sign in to comment.