Skip to content

Commit

Permalink
Add "View line at GitHub" command.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Apr 10, 2015
1 parent cc2d475 commit c6a02f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GitBlame.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GitBlame</id>
<version>0.4.2</version>
<version>0.5.0</version>
<title>GitBlame GUI for Windows</title>
<authors>Bradley Grainger</authors>
<licenseUrl>https://github.com/bgrainger/GitBlame/blob/master/COPYING</licenseUrl>
Expand Down
6 changes: 3 additions & 3 deletions src/GitBlame/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.4.4")]
[assembly: AssemblyFileVersion("0.4.4")]
[assembly: AssemblyInformationalVersion("0.4.4")]
[assembly: AssemblyVersion("0.5.0")]
[assembly: AssemblyFileVersion("0.5.0")]
[assembly: AssemblyInformationalVersion("0.5.0")]

0 comments on commit c6a02f5

Please sign in to comment.