Skip to content

Commit

Permalink
Increment assembly version.
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Mar 18, 2020
1 parent 86b9747 commit 234ef05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Lurker.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.16.0")]
[assembly: AssemblyFileVersion("1.4.16.0")]
[assembly: AssemblyVersion("1.4.17.0")]
[assembly: AssemblyFileVersion("1.4.17.0")]
1 change: 0 additions & 1 deletion src/Lurker/ClipboardLurker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Lurker
using System.Windows;
using WindowsInput;
using WK.Libraries.SharpClipboardNS;
using static Lurker.Native;

public class ClipboardLurker: IDisposable
{
Expand Down

0 comments on commit 234ef05

Please sign in to comment.