Skip to content

Commit

Permalink
Bumping version to allow build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeering committed Mar 27, 2015
1 parent 469adbf commit 381d41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.3.3
version: 1.3.4

skip_tags: true

Expand All @@ -23,7 +23,7 @@ build:

before_deploy:
- cd coveralls.net\package
- nuget pack coveralls.net.nuspec -Version "1.3.3"
- nuget pack coveralls.net.nuspec -Version "1.3.4"
- ps: Get-ChildItem .\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

deploy:
Expand Down

0 comments on commit 381d41a

Please sign in to comment.