Skip to content

Commit

Permalink
Release v0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecastrosm committed Apr 29, 2016
1 parent f57d5af commit b3f7ffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
* --pre [value] Use `value` as the prerelease identifier
* --stable Bump to a stable version instead of prerelease
*/
[assembly: AssemblyVersion("0.2.2")]
[assembly: AssemblyFileVersion("0.2.2")]
[assembly: AssemblyInformationalVersion("0.2.2")]
[assembly: AssemblyVersion("0.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
[assembly: AssemblyInformationalVersion("0.3.0-alpha")]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotnet-caching",
"version": "0.2.2",
"version": "0.3.0-alpha",
"repository": {
"type": "git",
"url": "https://github.com/vtex/dotnet-caching"
Expand Down

0 comments on commit b3f7ffa

Please sign in to comment.