We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c81ec1 commit 4ad65d5Copy full SHA for 4ad65d5
ShaderShrinker/InnoSetupProject/InstallScript.iss
@@ -4,7 +4,7 @@
4
[Setup]
5
AppId={{996B4B28-98DA-451F-ED15-8777E28DBDE4}
6
AppName={#MyAppName}
7
-AppVersion=0.2
+AppVersion=0.3
8
AppPublisher=Dean Edis
9
AppPublisherURL=https://github.com/deanthecoder/GLSLShaderShrinker
10
DefaultDirName={commonpf}\ShaderShrinker
ShaderShrinker/Shrinker.WpfApp/Properties/AssemblyInfo.cs
@@ -49,5 +49,5 @@
49
// You can specify all the values or you can default the Build and Revision Numbers
50
// by using the '*' as shown below:
51
// [assembly: AssemblyVersion("1.0.*")]
52
-[assembly: AssemblyVersion("0.2.0.0")]
53
-[assembly: AssemblyFileVersion("0.2.0.0")]
+[assembly: AssemblyVersion("0.3.0.0")]
+[assembly: AssemblyFileVersion("0.3.0.0")]
0 commit comments