diff --git a/Cargo.toml b/Cargo.toml index 35925e35bb..ad6d54fd84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2" -version = "0.13.8" +version = "0.13.9" authors = ["Josh Triplett ", "Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/git2-curl/Cargo.toml b/git2-curl/Cargo.toml index 8e53e6ae81..6b68488e3d 100644 --- a/git2-curl/Cargo.toml +++ b/git2-curl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2-curl" -version = "0.14.0" +version = "0.14.1" authors = ["Josh Triplett ", "Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/git2-rs" diff --git a/libgit2-sys/Cargo.toml b/libgit2-sys/Cargo.toml index 9cc5fb56f9..745fc9d957 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libgit2-sys" -version = "0.12.10+1.0.1" +version = "0.12.11+1.0.1" authors = ["Josh Triplett ", "Alex Crichton "] links = "git2" build = "build.rs"