Skip to content

Commit 8915f3a

Browse files
committed
tag v0.3.4
Still working with AppVeyor bugs. This attempts to fix an infinite loop discovered when building the last version. Signed-off-by: Sean Cross <[email protected]>
1 parent 35e42f0 commit 8915f3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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.3"
3+
version = "0.3.4"
44
authors = ["Sean Cross <[email protected]>"]
55

66
[dependencies]

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ before_deploy:
4646

4747
deploy:
4848
artifact: /.*\.zip/
49-
release: midi-perform-v$(appveyor_build_version)
5049
auth_token:
5150
secure: '6eJOjWv2eburw+V4lUSkAN5OCs1fYr1C96WgULOZzgYDT7DLhC0oaaGuN9jeIw6z'
5251
description: 'Automated release'

0 commit comments

Comments
 (0)