diff --git a/Cargo.toml b/Cargo.toml index 389cec06d9..bafebe0c56 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 = "5.1.0" +version = "6.0.0" # Remember to also update in man/*.md authors = ["наб ", "Yann Simon ", diff --git a/appveyor.yml b/appveyor.yml index 148fe70b4d..89e34433ca 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.1.0-{build} +version: 6.0.0-{build} skip_tags: false @@ -38,21 +38,21 @@ build: off build_script: - cargo build --verbose --release - - - mkdir cargo-update-v5.1.0 - - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v5.1.0\ - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v5.1.0/cargo-install-update.exe cargo-update-v5.1.0/cargo-install-update-config.exe - - zip -9r cargo-update-v5.1.0.zip cargo-update-v5.1.0 + - mkdir cargo-update-v6.0.0 + - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v6.0.0\ + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v6.0.0/cargo-install-update.exe cargo-update-v6.0.0/cargo-install-update-config.exe + - zip -9r cargo-update-v6.0.0.zip cargo-update-v6.0.0 test: off test_script: - cargo test --verbose --release artifacts: - - path: cargo-update-v5.1.0.zip + - path: cargo-update-v6.0.0.zip deploy: provider: GitHub - artifact: cargo-update-v5.1.0.zip + artifact: cargo-update-v6.0.0.zip auth_token: secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn on: