Skip to content

Commit fcb1f06

Browse files
committed
Move on to 1.3.0
1 parent a5b271d commit fcb1f06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.2.0.0")]
54+
[assembly: AssemblyVersion("1.3.0.0")]
5555
[assembly: AssemblyFileVersion("1.2.0.0")]

pipeexplorer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Pipe Explorer"
5-
#define MyAppVersion "1.2.0"
5+
#define MyAppVersion "1.3.0"
66
#define MyAppPublisher "Vadim Zhukov"
77
#define MyAppURL "https://github.com/grayed/PipeExplorer"
88
#define MyAppExeName "PipeExplorer.exe"

0 commit comments

Comments
 (0)