diff --git a/Cargo.toml b/Cargo.toml index dabbd9594d..fa9477f53f 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 = "8.1.3" +version = "8.1.4" # Remember to also update in man/*.md authors = ["наб ", "Yann Simon ", @@ -31,7 +31,8 @@ authors = ["наб ", "Corbin Uselton ", "QuarticCat ", "Artur Sinila ", - "qthree "] + "qthree ", + "Marcin Puc "] exclude = ["*.enc"] diff --git a/appveyor.yml b/appveyor.yml index a5936e5766..2b2468a26f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 8.1.3-{build} +version: 8.1.4-{build} skip_tags: false @@ -40,21 +40,21 @@ build: off build_script: - cargo build --verbose --release - - - mkdir cargo-update-v8.1.3 - - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v8.1.3\ - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v8.1.3/cargo-install-update.exe cargo-update-v8.1.3/cargo-install-update-config.exe - - zip -9r cargo-update-v8.1.3.zip cargo-update-v8.1.3 + - mkdir cargo-update-v8.1.4 + - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v8.1.4\ + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v8.1.4/cargo-install-update.exe cargo-update-v8.1.4/cargo-install-update-config.exe + - zip -9r cargo-update-v8.1.4.zip cargo-update-v8.1.4 test: off test_script: - cargo test --verbose --release artifacts: - - path: cargo-update-v8.1.3.zip + - path: cargo-update-v8.1.4.zip deploy: provider: GitHub - artifact: cargo-update-v8.1.3.zip + artifact: cargo-update-v8.1.4.zip auth_token: secure: FNqRpbXgjNh7VrtHCIGadt7Pwv9HGq4kyUCQFueRLJvQCCWWWgko3PwiZvYlaAEG on: diff --git a/man/cargo-install-update-config.md b/man/cargo-install-update-config.md index 010110a1aa..abef6ba5d6 100644 --- a/man/cargo-install-update-config.md +++ b/man/cargo-install-update-config.md @@ -132,7 +132,9 @@ Written by наб <>, Dimitris Apostolou <>, Corbin Uselton <>, QuarticCat <>, - and Artur Sinila <> + Artur Sinila <>, + qthree <>, + and Marcin Puc <> ## SPECIAL THANKS diff --git a/man/cargo-install-update.md b/man/cargo-install-update.md index 4e63d243e6..baf1781bc0 100644 --- a/man/cargo-install-update.md +++ b/man/cargo-install-update.md @@ -352,7 +352,9 @@ Written by наб <>, Dimitris Apostolou <>, Corbin Uselton <>, QuarticCat <>, - and Artur Sinila <> + Artur Sinila <>, + qthree <>, + and Marcin Puc <> ## SPECIAL THANKS