Skip to content

Commit 9978105

Browse files
committed
tag 0.3.1
Replace the appveyor key, since the old one wasn't working. Signed-off-by: Sean Cross <[email protected]>
1 parent a9b9514 commit 9978105

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miditran"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Sean Cross <[email protected]>"]
55

66
[dependencies]

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ before_deploy:
4747
deploy:
4848
artifact: /.*\.zip/
4949
auth_token:
50-
secure: kKeVzQQ8Mhx3gMQENTiGqGtDECO2xmPBGrnp7cn92MstDcL14Pkzrbvl7Yr/fI3b
50+
secure: 6eJOjWv2eburw+V4lUSkAN5OCs1fYr1C96WgULOZzgYDT7DLhC0oaaGuN9jeIw6z
5151
description: 'Automated release'
5252
on:
5353
# TODO Here you can pick which targets will generate binary releases

0 commit comments

Comments
 (0)