Skip to content

Commit

Permalink
Bump version to 1.3.1. Add @sinkuu to authors list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Oct 21, 2017
1 parent 7edd282 commit a3d09f6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories = ["development-tools::cargo-plugins"]
license = "MIT"
build = "build.rs"
# Remember to also update in appveyor.yml
version = "1.3.0"
version = "1.3.1"
# Remember to also update in man/*.md
authors = ["nabijaczleweli <[email protected]>",
"Yann Simon <[email protected]>",
Expand All @@ -19,7 +19,8 @@ authors = ["nabijaczleweli <[email protected]>",
"azyobuzin <[email protected]>",
"Tatsuyuki Ishi <[email protected]>",
"Tom Prince <[email protected]>",
"Mateusz Mikuła <[email protected]>"]
"Mateusz Mikuła <[email protected]>",
"sinkuu <[email protected]>"]
exclude = ["*.enc"]


Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.3.0-{build}
version: 1.3.1-{build}

skip_tags: false

Expand All @@ -20,17 +20,17 @@ build: off
build_script:
- git submodule update --init --recursive
- cargo build --release
- cp target\release\cargo-install-update.exe cargo-install-update-v1.3.0.exe
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v1.3.0.exe
- cp target\release\cargo-install-update.exe cargo-install-update-v1.3.1.exe
- strip --strip-all --remove-section=.comment --remove-section=.note cargo-install-update-v1.3.1.exe

test: off

artifacts:
- path: cargo-install-update-v1.3.0.exe
- path: cargo-install-update-v1.3.1.exe

deploy:
provider: GitHub
artifact: cargo-install-update-v1.3.0.exe
artifact: cargo-install-update-v1.3.1.exe
auth_token:
secure: 8dP4MwLtHqrSNKYKeSGSt8vm/QIc+0LHdSoI2ReFPAWEL9VrU8+88YcjQNcF6Wzn
on:
Expand Down
3 changes: 2 additions & 1 deletion man/cargo-install-update-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ Written by nabijaczleweli &lt;<[email protected]>&gt;,
azyobuzin &lt;<[email protected]>&gt;,
Tatsuyuki Ishi &lt;<[email protected]>&gt;,
Tom Prince &lt;<[email protected]>&gt;,
and Mateusz Mikuła &lt;<[email protected]>&gt;
Mateusz Mikuła &lt;<[email protected]>&gt;,
and sinkuu &lt;<[email protected]>&gt;

## REPORTING BUGS

Expand Down
3 changes: 2 additions & 1 deletion man/cargo-install-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ Written by nabijaczleweli &lt;<[email protected]>&gt;,
azyobuzin &lt;<[email protected]>&gt;,
Tatsuyuki Ishi &lt;<[email protected]>&gt;,
Tom Prince &lt;<[email protected]>&gt;,
and Mateusz Mikuła &lt;<[email protected]>&gt;
Mateusz Mikuła &lt;<[email protected]>&gt;,
and sinkuu &lt;<[email protected]>&gt;

## REPORTING BUGS

Expand Down

0 comments on commit a3d09f6

Please sign in to comment.