Skip to content

Commit

Permalink
updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Mar 19, 2014
1 parent c79dc75 commit 0090927
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using System.Runtime.InteropServices;

[assembly: AssemblyProductAttribute("Octokit")]
[assembly: AssemblyVersionAttribute("0.2.2")]
[assembly: AssemblyFileVersionAttribute("0.2.2")]
[assembly: AssemblyVersionAttribute("0.3.0")]
[assembly: AssemblyFileVersionAttribute("0.3.0")]
[assembly: ComVisibleAttribute(false)]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.2.2";
internal const string Version = "0.3.0";
}
}

0 comments on commit 0090927

Please sign in to comment.