From e64aa0b683731b4acc2d803d4b962ddb9a850641 Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Fri, 4 Nov 2016 22:04:12 +0100 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.toml | 2 +- appveyor.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6887125fc1..3f4881c802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" keywords = ["cargo", "update", "plugin", "subcommand"] license = "MIT" # Remember to also update in appveyor.yml -version = "0.3.1" +version = "0.4.0" # Remember to also update in cargo-install-update.md authors = ["nabijaczleweli ", "Yann Simon "] diff --git a/appveyor.yml b/appveyor.yml index 1483bd0675..8e854b2537 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.3.1-{build} +version: 0.4.0-{build} skip_tags: false @@ -20,19 +20,19 @@ build: off build_script: - git submodule update --init --recursive - cargo build --verbose --release - - cp target\release\cargo-install-update.exe cargo-install-update-v0.3.1.exe - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v0.3.1.exe + - cp target\release\cargo-install-update.exe cargo-install-update-v0.4.0.exe + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v0.4.0.exe test: off test_script: - cargo test --verbose --release artifacts: - - path: cargo-install-update-v0.3.1.exe + - path: cargo-install-update-v0.4.0.exe deploy: provider: GitHub - artifact: cargo-install-update-v0.3.1.exe + artifact: cargo-install-update-v0.4.0.exe auth_token: secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn on: