Skip to content

Commit e401b4e

Browse files
committed
Version to 1.5.1
1 parent 76a3132 commit e401b4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WindowsApp1/Compact.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Imports Ookii.Dialogs
66
Imports System.Management
77

88
Public Class Compact
9-
Dim version = "1.5.0"
9+
Dim version = "1.5.1"
1010
Private WithEvents MyProcess As Process
1111
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)
1212

WindowsApp1/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232
' by using the '*' as shown below:
3333
' <Assembly: AssemblyVersion("1.0.*")>
3434

35-
<Assembly: AssemblyVersion("1.5.0.0")>
36-
<Assembly: AssemblyFileVersion("1.5.0.0")>
35+
<Assembly: AssemblyVersion("1.5.1.0")>
36+
<Assembly: AssemblyFileVersion("1.5.1.0")>
3737
<Assembly: NeutralResourcesLanguage("en")>

0 commit comments

Comments
 (0)