Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyt committed May 21, 2015
1 parent 56248d4 commit 23f6073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .build/main.msbuild
Expand Up @@ -14,7 +14,7 @@
<SrcDir>$(RootDir)\src</SrcDir>
<DeployDir>$(RootDir)\.out</DeployDir>
<!-- TODO read from CommonAssemblyInfo.cs -->
<ProductVersion>0.6.2.0</ProductVersion>
<ProductVersion>0.6.3.0</ProductVersion>
<Configuration>release</Configuration>
<TestDefines>TRACE;DEBUG;NUNIT</TestDefines>
<OutDir>$(SrcDir)\bin\$(Configuration)</OutDir>
Expand Down
2 changes: 1 addition & 1 deletion .nuspecs/Owin.Routing.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Owin.Routing</id>
<version>0.6.2.0</version>
<version>0.6.3.0</version>
<authors>Sergey Todyshev (stodyshev@gmail.com)</authors>
<owners>TsvBits</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion CommonAssemblyInfo.cs
Expand Up @@ -11,5 +11,5 @@

static class AssemblyInfo
{
public const string Version = "0.6.2.0";
public const string Version = "0.6.3.0";
}

0 comments on commit 23f6073

Please sign in to comment.