From 112e35f88c9e08158839d1f3f80a9ac841e990da Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Sat, 7 Oct 2017 12:22:35 +0200 Subject: [PATCH] Bump version to 1.3.0 --- Cargo.toml | 2 +- appveyor.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 950ce2e..5625894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ categories = ["network-programming", "web-programming::http-server"] license = "MIT" build = "build.rs" # Remember to also update in appveyor.yml -version = "1.2.0" +version = "1.3.0" # Remember to also update in http.md authors = ["thecoshman ", "nabijaczleweli "] diff --git a/appveyor.yml b/appveyor.yml index 5d799b1..000be5b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.2.0-{build} +version: 1.3.0-{build} skip_tags: false @@ -22,21 +22,21 @@ build: off build_script: - git submodule update --init --recursive - cargo build --verbose --release - - cp target\release\http.exe http-v1.2.0.exe - - strip --strip-all --remove-section=.comment --remove-section=.note http-v1.2.0.exe - - makensis -DHTTP_VERSION=v1.2.0 "/X!include \"EnvVarUpdate.nsh\"" install.nsi + - cp target\release\http.exe http-v1.3.0.exe + - strip --strip-all --remove-section=.comment --remove-section=.note http-v1.3.0.exe + - makensis -DHTTP_VERSION=v1.3.0 "/X!include \"EnvVarUpdate.nsh\"" install.nsi test: off test_script: - cargo test --verbose --release artifacts: - - path: http-v1.2.0.exe - - path: http v1.2.0 installer.exe + - path: http-v1.3.0.exe + - path: http v1.3.0 installer.exe deploy: provider: GitHub - artifact: /http.*v1.2.0.*\.exe/ + artifact: /http.*v1.3.0.*\.exe/ auth_token: secure: ZTXvCrv9y01s7Hd60w8W7NaouPnPoaw9YJt9WhWQ2Pep8HLvCikt9Exjkz8SGP9P on: