diff --git a/Cargo.toml b/Cargo.toml index 821fafcfc9..e60de4d65f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["development-tools::cargo-plugins"] license = "MIT" build = "build.rs" # Remember to also update in appveyor.yml -version = "2.5.2" +version = "2.5.3" # Remember to also update in man/*.md authors = ["nabijaczleweli ", "Yann Simon ", @@ -25,7 +25,8 @@ authors = ["nabijaczleweli ", "Matthias Krüger ", "Daniel Holbert ", "Jonas Bushart ", - "Harrison Metzger "] + "Harrison Metzger ", + "Benjamin Bannier "] exclude = ["*.enc"] diff --git a/appveyor.yml b/appveyor.yml index 6e4f7982bf..304ce1871c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.5.2-{build} +version: 2.5.3-{build} skip_tags: false @@ -28,17 +28,17 @@ build: off build_script: - git submodule update --init --recursive - cargo build --release - - cp target\release\cargo-install-update.exe cargo-install-update-v2.5.2.exe - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v2.5.2.exe + - cp target\release\cargo-install-update.exe cargo-install-update-v2.5.3.exe + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v2.5.3.exe test: off artifacts: - - path: cargo-install-update-v2.5.2.exe + - path: cargo-install-update-v2.5.3.exe deploy: provider: GitHub - artifact: cargo-install-update-v2.5.2.exe + artifact: cargo-install-update-v2.5.3.exe auth_token: secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn on: diff --git a/man/cargo-install-update-config.md b/man/cargo-install-update-config.md index 3a940f842c..5a78557383 100644 --- a/man/cargo-install-update-config.md +++ b/man/cargo-install-update-config.md @@ -102,7 +102,8 @@ Written by nabijaczleweli <>, Alex Burka <>, Matthias Krüger <>, Daniel Holbert <>, - and Jonas Bushart <> + Harrison Metzger <>, + and Benjamin Bannier <> ## SPECIAL THANKS diff --git a/man/cargo-install-update.md b/man/cargo-install-update.md index 85e28c07bb..5c8760037a 100644 --- a/man/cargo-install-update.md +++ b/man/cargo-install-update.md @@ -298,7 +298,8 @@ Written by nabijaczleweli <>, Matthias Krüger <>, Daniel Holbert <>, Jonas Bushart <>, - and Harrison Metzger <> + Harrison Metzger <>, + and Benjamin Bannier <> ## SPECIAL THANKS