Skip to content

Commit

Permalink
Other: Increment version number.
Browse files Browse the repository at this point in the history
Building to fix 'corrupt' DMG. Due to new OS X release... ?
  • Loading branch information
deanthecoder committed Oct 12, 2024
1 parent 70786d3 commit 617ef92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Speculator/Speculator.Core/Speculator.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<Company>Dean Edis (DeanTheCoder)</Company>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Speculator/Speculator/Speculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<Company>Dean Edis (DeanTheCoder)</Company>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Speculator/Speculator/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- This manifest is used on Windows only.
Don't remove it as it might cause problems with window transparency and embeded controls.
For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests -->
<assemblyIdentity version="1.4.0.0" name="Speculator.Desktop"/>
<assemblyIdentity version="1.5.0.0" name="Speculator.Desktop"/>

<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
Expand Down
2 changes: 1 addition & 1 deletion Speculator/Speculator/packageMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Define common variables
APP_NAME="ZX Speculator"
APP_VERSION="1.4.0"
APP_VERSION="1.5.0"
APP_VERSION_SHORT="1.4"
EXECUTABLE_NAME="Speculator"
IDENTIFIER="com.deanedis.zxspeculator"
Expand Down

0 comments on commit 617ef92

Please sign in to comment.