Skip to content

Commit

Permalink
updating version to 0.0.21-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed May 13, 2016
1 parent 4cbeb7a commit e991f8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pecan-waffle-vs.nuspec
Expand Up @@ -5,7 +5,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>pecan-waffle-vs</id>
<version>0.0.20-beta</version>
<version>0.0.21-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing pecan-waffle for Visual Studio templates
Expand All @@ -21,7 +21,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2016 Sayed Ibrahim Hashimi</copyright>
<dependencies>
<dependency id="pecan-waffle" version="0.0.20-beta" />
<dependency id="pecan-waffle" version="0.0.21-beta" />
<dependency id="file-replacer" version="0.4.5-beta" />
<dependency id="nuget-powershell" version="0.2.5-beta" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pecan-waffle.nuspec
Expand Up @@ -5,7 +5,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>pecan-waffle</id>
<version>0.0.20-beta</version>
<version>0.0.21-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing pecan-waffle
Expand Down
2 changes: 1 addition & 1 deletion pecan-waffle.psm1
Expand Up @@ -61,7 +61,7 @@ function InternalGet-ScriptDirectory{
function Get-PecanWaffleVersion{
param()
process{
New-Object -TypeName 'system.version' -ArgumentList '0.0.20.0'
New-Object -TypeName 'system.version' -ArgumentList '0.0.21.0'
}
}

Expand Down

0 comments on commit e991f8d

Please sign in to comment.