We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b271d commit fcb1f06Copy full SHA for fcb1f06
2 files changed
Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@
51
// You can specify all the values or you can default the Build and Revision Numbers
52
// by using the '*' as shown below:
53
// [assembly: AssemblyVersion("1.0.*")]
54
-[assembly: AssemblyVersion("1.2.0.0")]
+[assembly: AssemblyVersion("1.3.0.0")]
55
[assembly: AssemblyFileVersion("1.2.0.0")]
pipeexplorer.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "Pipe Explorer"
5
-#define MyAppVersion "1.2.0"
+#define MyAppVersion "1.3.0"
6
#define MyAppPublisher "Vadim Zhukov"
7
#define MyAppURL "https://github.com/grayed/PipeExplorer"
8
#define MyAppExeName "PipeExplorer.exe"
0 commit comments