Skip to content

Commit

Permalink
Bump up version number from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vors committed Sep 24, 2014
1 parent 109cf84 commit 34d3671
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chocolatey/Jump-Location.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Jump-Location</id>
<version>0.5.1</version>
<version>0.6.0</version>
<authors>tkellogg</authors>
<owners>LCHarold</owners>
<licenseUrl>https://github.com/tkellogg/Jump-Location/blob/master/License.md</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion Chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$name = "Jump-Location"
$url = "http://sourceforge.net/projects/jumplocation/files/Jump-Location-0.5.1.zip/download"
$url = "http://sourceforge.net/projects/jumplocation/files/Jump-Location-0.6.0.zip/download"
$unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-ChocolateyZipPackage $name $url $unzipLocation
Expand Down
2 changes: 1 addition & 1 deletion Jump.Location/Jump.Location.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@{

# Version number of this module.
ModuleVersion = '0.5.1'
ModuleVersion = '0.6.0'

# ID used to uniquely identify this module
GUID = '80410ccb-8093-42a4-b38e-94deef91346e'
Expand Down
2 changes: 1 addition & 1 deletion publish.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "0.5.1"
$version = "0.6.0"
# zip and push binaries to SourceForge first...

.\.nuget\nuget pack "Chocolatey\Jump-Location.nuspec" -Version $version -OutputDirectory Chocolatey
Expand Down

0 comments on commit 34d3671

Please sign in to comment.