Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Oct 3, 2014
1 parent 238b40f commit 916bfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $nuspec = Join-Path (Get-ScriptDirectory) src\Reactive.EventAggregator\Reactive.
$nugetVersion = $env:APPVEYOR_BUILD_VERSION
if ($nugetVersion -eq $null)
{
$nugetVersion = "1.2.0"
$nugetVersion = "1.2.1"
}

. $nuget pack $nuspec -Version $nugetVersion

0 comments on commit 916bfd8

Please sign in to comment.