diff --git a/Cargo.toml b/Cargo.toml index 9448797..8d41450 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.12.3" +version = "1.12.4" # Remember to also update in http.md authors = ["thecoshman ", "nabijaczleweli ", diff --git a/appveyor.yml b/appveyor.yml index 88d7d4d..ccbc3a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.12.3-{build} +version: 1.12.4-{build} skip_tags: false @@ -35,21 +35,21 @@ build: off build_script: - git submodule update --init --recursive - cargo build --verbose --release - - cp target\release\http.exe http-v1.12.3.exe - - strip --strip-all --remove-section=.comment --remove-section=.note http-v1.12.3.exe - - makensis -DHTTP_VERSION=v1.12.3 install.nsi + - cp target\release\http.exe http-v1.12.4.exe + - strip --strip-all --remove-section=.comment --remove-section=.note http-v1.12.4.exe + - makensis -DHTTP_VERSION=v1.12.4 install.nsi test: off test_script: - cargo test --verbose --release artifacts: - - path: http-v1.12.3.exe - - path: http v1.12.3 installer.exe + - path: http-v1.12.4.exe + - path: http v1.12.4 installer.exe deploy: provider: GitHub - artifact: /http.*v1.12.3.*\.exe/ + artifact: /http.*v1.12.4.*\.exe/ auth_token: secure: ZTXvCrv9y01s7Hd60w8W7NaouPnPoaw9YJt9WhWQ2Pep8HLvCikt9Exjkz8SGP9P on: