diff --git a/Cargo.toml b/Cargo.toml index fdc298ad3a..f0ad8a9027 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 = "4.1.1" +version = "4.1.2" # Remember to also update in man/*.md authors = ["наб ", "Yann Simon ", diff --git a/appveyor.yml b/appveyor.yml index 20ff4def64..39d6c6685f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.1.1-{build} +version: 4.1.2-{build} skip_tags: false @@ -33,21 +33,21 @@ build: off build_script: - cargo build --verbose --release - - - mkdir cargo-update-v4.1.1 - - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v4.1.1\ - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v4.1.1/cargo-install-update.exe cargo-update-v4.1.1/cargo-install-update-config.exe - - zip -9r cargo-update-v4.1.1.zip cargo-update-v4.1.1 + - mkdir cargo-update-v4.1.2 + - cp target\release\cargo-install-update.exe target\release\cargo-install-update-config.exe cargo-update-v4.1.2\ + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-update-v4.1.2/cargo-install-update.exe cargo-update-v4.1.2/cargo-install-update-config.exe + - zip -9r cargo-update-v4.1.2.zip cargo-update-v4.1.2 test: off test_script: - cargo test --verbose --release artifacts: - - path: cargo-update-v4.1.1.zip + - path: cargo-update-v4.1.2.zip deploy: provider: GitHub - artifact: cargo-update-v4.1.1.zip + artifact: cargo-update-v4.1.2.zip auth_token: secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn on: