From 62c45f1675c9f612b729900ea4a1400706e233b0 Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Sat, 29 Oct 2016 20:36:21 +0200 Subject: [PATCH] Bump version to 0.1.1 --- Cargo.toml | 4 ++-- appveyor.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e71897b18..1418cb54b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ readme = "README.md" keywords = ["cargo", "update", "plugin", "subcommand"] license = "MIT" # Remember to also update in appveyor.yml -version = "0.1.0" -# Remember to also update in cargo-update.md +version = "0.1.1" +# Remember to also update in cargo-install-update.md authors = ["nabijaczleweli "] exclude = ["*.enc"] diff --git a/appveyor.yml b/appveyor.yml index a8c496ad6b..1520b3c0ba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.1.0-{build} +version: 0.1.1-{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.1.0.exe - - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v0.1.0.exe + - cp target\release\cargo-install-update.exe cargo-install-update-v0.1.1.exe + - strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v0.1.1.exe test: off test_script: - cargo test --verbose --release artifacts: - - path: cargo-install-update-v0.1.0.exe + - path: cargo-install-update-v0.1.1.exe deploy: provider: GitHub - artifact: cargo-install-update-v0.1.0.exe + artifact: cargo-install-update-v0.1.1.exe auth_token: secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn on: