Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Mar 18, 2020
1 parent 0a5495e commit 07e16e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["image", "terminal", "picture", "display", "show"]
categories = ["command-line-utilities"]
license = "MIT"
# Remember to also update in appveyor.yml
version = "1.0.0"
version = "1.1.0"
# Remember to also update in termimage.md
authors = ["nabijaczleweli <[email protected]>",
"Josh Triplett <[email protected]>",
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.0.0-{build}
version: 1.1.0-{build}

branches:
except:
Expand All @@ -24,19 +24,19 @@ build: off
build_script:
- git submodule update --init --recursive
- cargo build --verbose --release
- cp target\release\termimage.exe termimage-v1.0.0.exe
- strip --strip-all --remove-section=.comment --remove-section=.note termimage-v1.0.0.exe
- cp target\release\termimage.exe termimage-v1.1.0.exe
- strip --strip-all --remove-section=.comment --remove-section=.note termimage-v1.1.0.exe

test: off
test_script:
- cargo test --verbose --release

artifacts:
- path: termimage-v1.0.0.exe
- path: termimage-v1.1.0.exe

deploy:
provider: GitHub
artifact: termimage-v1.0.0.exe
artifact: termimage-v1.1.0.exe
auth_token:
secure: UDZqi3/u53+xPsBvQTQyl8sY9J9wSKLY3urgSeobedSbm2xkPFM/aWdcxCYBnU4N
on:
Expand Down

0 comments on commit 07e16e5

Please sign in to comment.