Skip to content

Commit

Permalink
Version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iridium-IO committed Oct 22, 2017
1 parent 76a3132 commit e401b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WindowsApp1/Compact.vb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Imports Ookii.Dialogs
Imports System.Management

Public Class Compact
Dim version = "1.5.0"
Dim version = "1.5.1"
Private WithEvents MyProcess As Process
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)

Expand Down
4 changes: 2 additions & 2 deletions WindowsApp1/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

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

0 comments on commit e401b4e

Please sign in to comment.