Skip to content

Commit

Permalink
bump to 0.4.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
MilovanovM committed Mar 4, 2018
1 parent 78bf23c commit 8567d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cake.Yarn/Cake.Yarn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Cake.Yarn</PackageId>
<Version>0.4.0</Version>
<Version>0.4.0-beta</Version>
<Authors>Maxim Milovanov</Authors>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Yarn/Cake.Yarn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A set of aliases for Cake to help with running Yarn (node package manager from Facebook) commands</description>
<tags>Cake Script Build Yarn</tags>
<version>0.4.0</version>
<version>0.4.0-beta</version>
</metadata>
</package>

0 comments on commit 8567d1a

Please sign in to comment.