Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Gaillard committed Sep 9, 2013
1 parent 4d1ac05 commit af8bf47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gaillard.SharpCover/Counter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Collections.Generic;
using System.Reflection;

[assembly: AssemblyVersion("1.0.0.*")]
[assembly: AssemblyVersion("1.0.1.*")]

namespace Gaillard.SharpCover
{
Expand Down
2 changes: 1 addition & 1 deletion Gaillard.SharpCover/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.Text.RegularExpressions;
using Newtonsoft.Json.Linq;

[assembly: AssemblyVersion("1.0.0.*")]
[assembly: AssemblyVersion("1.0.1.*")]

namespace Gaillard.SharpCover
{
Expand Down

0 comments on commit af8bf47

Please sign in to comment.