Skip to content

Commit

Permalink
released v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkman100 committed Oct 13, 2021
1 parent d0b5cc8 commit 695ae8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NSIS Installer for KeyInsert.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; get NSIS at http://nsis.sourceforge.net/Download

!define ProgramName "KeyInsert"
!define ProgramVersion 1.5.0.0
!define ProgramVersion 1.5.1.0
Icon "Properties\key_presser_5.ico"

Name "${ProgramName}"
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Imports System.Runtime.InteropServices
' You can specify all values by your own or you can build default build and revision
' numbers with the '*' character (the default):

<Assembly: AssemblyVersion("1.5.0.0")>
<Assembly: AssemblyFileVersion("1.5.0.0")>
<Assembly: AssemblyVersion("1.5.1.0")>
<Assembly: AssemblyFileVersion("1.5.1.0")>

0 comments on commit 695ae8e

Please sign in to comment.