Skip to content

Commit

Permalink
Other: Increment version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
deanthecoder committed Mar 9, 2024
1 parent 2b54433 commit fcfca9f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Speculator/InnoSetupProject/InstallScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[Setup]
AppId={{996B4B28-314A-451F-ED15-8777E28DBDE4}
AppName={#MyAppName}
AppVersion=1.3
AppVersion=1.4
AppPublisher=Dean Edis
AppPublisherURL=https://github.com/deanthecoder/ZXSpeculator
DefaultDirName={commonpf}\ZXSpeculator
Expand Down
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.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.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.3.0.0</AssemblyVersion>
<AssemblyVersion>1.4.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.3.0.0" name="Speculator.Desktop"/>
<assemblyIdentity version="1.4.0.0" name="Speculator.Desktop"/>

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

# Define common variables
APP_NAME="ZX Speculator"
APP_VERSION="1.3.0"
APP_VERSION_SHORT="1.3"
APP_VERSION="1.4.0"
APP_VERSION_SHORT="1.4"
EXECUTABLE_NAME="Speculator"
IDENTIFIER="com.deanedis.zxspeculator"
BUNDLE_NAME="${APP_NAME}.app"
Expand Down

0 comments on commit fcfca9f

Please sign in to comment.