Skip to content

Commit b666fcb

Browse files
committed
Other: v0.11.0.0 alpha release.
1 parent 32fecb7 commit b666fcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ShaderShrinker/InnoSetupProject/InstallScript.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[Setup]
55
AppId={{996B4B28-98DA-451F-ED15-8777E28DBDE4}
66
AppName={#MyAppName}
7-
AppVersion=0.10
7+
AppVersion=0.11
88
AppPublisher=Dean Edis
99
AppPublisherURL=https://github.com/deanthecoder/GLSLShaderShrinker
1010
DefaultDirName={commonpf}\ShaderShrinker

ShaderShrinker/Shrinker.WpfApp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
// You can specify all the values or you can default the Build and Revision Numbers
5050
// by using the '*' as shown below:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("0.10.0.0")]
53-
[assembly: AssemblyFileVersion("0.10.0.0")]
52+
[assembly: AssemblyVersion("0.11.0.0")]
53+
[assembly: AssemblyFileVersion("0.11.0.0")]

0 commit comments

Comments
 (0)