Skip to content

Commit

Permalink
Bump versions to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Jan 28, 2015
1 parent 25da517 commit 2ae4148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "cld2"
version = "0.0.5"
version = "0.0.6"
authors = ["Eric Kidd <git@randomhacks.net>"]

description = "Detect natural language used in text using the cld2 library"
Expand All @@ -14,4 +14,4 @@ keywords = ["text"]

[dependencies.cld2-sys]
path = "cld2-sys"
version = "0.0.5"
version = "*"
2 changes: 1 addition & 1 deletion cld2-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "cld2-sys"
version = "0.0.5"
version = "0.0.6"
authors = ["Eric Kidd <git@randomhacks.net>"]
links = "cld2"
build = "build.rs"
Expand Down

0 comments on commit 2ae4148

Please sign in to comment.