Skip to content

Commit 1542f9d

Browse files
committed
Update version to 1.3.0
1 parent 068872a commit 1542f9d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/macos/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleIconFile</key>
1212
<string>codemerx-logo.icns</string>
1313
<key>CFBundleVersion</key>
14-
<string>1.2.0</string>
14+
<string>1.3.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.2.0</string>
16+
<string>1.3.0</string>
1717
<key>CFBundleExecutable</key>
1818
<string>CodemerxDecompile</string>
1919
<key>CFBundleInfoDictionaryVersion</key>

src/CodemerxDecompile.Shared/CommonVersionAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
using System.Reflection;
1919

20-
[assembly: AssemblyVersion("1.2.0.0")]
21-
[assembly: AssemblyFileVersion("1.2.0.0")]
20+
[assembly: AssemblyVersion("1.3.0.0")]
21+
[assembly: AssemblyFileVersion("1.3.0.0")]

src/CodemerxDecompile/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- This manifest is used on Windows only.
44
Don't remove it as it might cause problems with window transparency and embedded controls.
55
For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests -->
6-
<assemblyIdentity version="1.2.0.0" name="CodemerxDecompile.Desktop"/>
6+
<assemblyIdentity version="1.3.0.0" name="CodemerxDecompile.Desktop"/>
77

88
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
99
<application>

0 commit comments

Comments
 (0)