We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c70d3e commit 48f6dedCopy full SHA for 48f6ded
2 files changed
Installer/VidCoder.iss
@@ -3,7 +3,7 @@
3
4
[Setup]
5
AppName=VidCoder
6
-AppVerName=VidCoder 0.2.0
+AppVerName=VidCoder 0.2.1
7
8
DefaultDirName={pf}\VidCoder
9
DisableProgramGroupPage=yes
@@ -13,7 +13,7 @@ Compression=lzma
13
SolidCompression=yes
14
15
OutputDir=BuiltInstallers
16
-OutputBaseFilename=VidCoder-0.2.0
+OutputBaseFilename=VidCoder-0.2.1
17
18
AppId=VidCoder
19
UsePreviousAppDir=yes
@@ -97,3 +97,4 @@ end;
97
98
99
100
+
VidCoder/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("0.2.0.0")]
55
-[assembly: AssemblyFileVersion("0.2.0.0")]
+[assembly: AssemblyVersion("0.2.1.0")]
+[assembly: AssemblyFileVersion("0.2.1.0")]
0 commit comments