Skip to content

Commit 60bbbc9

Browse files
committed
Bumped Version to 1.3
1 parent 64b30c1 commit 60bbbc9

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
@@ -5,7 +5,7 @@ Imports System.Text.RegularExpressions
55
Imports Ookii.Dialogs 'Uses Ookii Dialogs for the non-archaic filebrowser dialog. http://www.ookii.org/Software/Dialogs
66

77
Public Class Compact
8-
Dim version = "1.2.2"
8+
Dim version = "1.3"
99
Private WithEvents MyProcess As Process
1010
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)
1111

WindowsApp1/My Project/AssemblyInfo.vb

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

34-
<Assembly: AssemblyVersion("1.2.2.0")>
35-
<Assembly: AssemblyFileVersion("1.2.2.0")>
34+
<Assembly: AssemblyVersion("1.3.0.0")>
35+
<Assembly: AssemblyFileVersion("1.3.0.0")>

0 commit comments

Comments
 (0)