Skip to content

Commit

Permalink
Version bump (0.13.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Dec 20, 2013
1 parent 0c8244e commit 2a59247
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Release.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "0.13.0"
$version = "0.13.1"

git pull origin master

Expand Down
2 changes: 1 addition & 1 deletion project.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- set the major and minor version number here -->
<property name="version.major" value="0" />
<property name="version.minor" value="13" />
<property name="version.revision" value="0" />
<property name="version.revision" value="1" />

<!-- set build number from continuous integration tool -->
<if test="${environment::variable-exists('BUILD_NUMBER')}">
Expand Down
4 changes: 2 additions & 2 deletions src/Pickles/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// COM, set the ComVisible attribute to true on that type.

[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.13.0.0")]
[assembly: AssemblyFileVersion("0.13.0.0")]
[assembly: AssemblyVersion("0.13.1.0")]
[assembly: AssemblyFileVersion("0.13.1.0")]

0 comments on commit 2a59247

Please sign in to comment.