diff --git a/Cargo.toml b/Cargo.toml index f5165cff08..ce1ef20c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl" -version = "0.4.30" +version = "0.4.31" authors = ["Alex Crichton "] license = "MIT" repository = "https://github.com/alexcrichton/curl-rust" diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 09d98fa0e9..ff1a6d97ad 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.32+curl-7.71.1" +version = "0.4.33+curl-7.71.1" authors = ["Alex Crichton "] links = "curl" build = "build.rs"