diff --git a/Cargo.toml b/Cargo.toml index cef4770dbf..13a2a4a6c4 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.0.0" +version = "2.1.0" # Remember to also update in man/*.md authors = ["nabijaczleweli ", "Yann Simon ", @@ -23,7 +23,8 @@ authors = ["nabijaczleweli ", "sinkuu ", "Alex Burka ", "Matthias Krüger ", - "Daniel Holbert "] + "Daniel Holbert ", + "Jonas Bushart "] exclude = ["*.enc"] diff --git a/appveyor.yml b/appveyor.yml index 7fc4c063c2..c87cd981e4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.0.0-{build} +version: 2.1.0-{build} skip_tags: false @@ -25,17 +25,17 @@ build: off build_script: - git submodule update --init --recursive - cargo build --release - - cp target\release\cargo-install-update.exe cargo-install-update-v2.0.0.exe - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v2.0.0.exe + - cp target\release\cargo-install-update.exe cargo-install-update-v2.1.0.exe + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v2.1.0.exe test: off artifacts: - - path: cargo-install-update-v2.0.0.exe + - path: cargo-install-update-v2.1.0.exe deploy: provider: GitHub - artifact: cargo-install-update-v2.0.0.exe + artifact: cargo-install-update-v2.1.0.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 70eb566eb8..3a940f842c 100644 --- a/man/cargo-install-update-config.md +++ b/man/cargo-install-update-config.md @@ -98,10 +98,11 @@ Written by nabijaczleweli <>, Tatsuyuki Ishi <>, Tom Prince <>, Mateusz Mikuła <>, - sinkuu <> - Alex Burka <> - Matthias Krüger <> - and Daniel Holbert <> + sinkuu <>, + Alex Burka <>, + Matthias Krüger <>, + Daniel Holbert <>, + and Jonas Bushart <> ## SPECIAL THANKS diff --git a/man/cargo-install-update.md b/man/cargo-install-update.md index 8dc4188c5e..5240d75558 100644 --- a/man/cargo-install-update.md +++ b/man/cargo-install-update.md @@ -283,10 +283,11 @@ Written by nabijaczleweli <>, Tatsuyuki Ishi <>, Tom Prince <>, Mateusz Mikuła <>, - sinkuu <> - Alex Burka <> - Matthias Krüger <> - and Daniel Holbert <> + sinkuu <>, + Alex Burka <>, + Matthias Krüger <>, + Daniel Holbert <>, + and Jonas Bushart <> ## SPECIAL THANKS