Skip to content

Commit

Permalink
Bump version to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Sep 1, 2024
1 parent c966d99 commit dbe0d01
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## COMPASS v1.7.4 (01 September 2024)

### Fixes

- Fixed crash when saving preferences

## COMPASS v1.7.3 (30 August 2024)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion Deployment/install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "COMPASS"
#define MyAppVersion "1.7.3"
#define MyAppVersion "1.7.4"
#define MyAppPublisher "Paul De Smul"
#define MyAppURL "https://www.compassapp.info"
#define MyAppExeName "COMPASS.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
// app, or any theme specific resource dictionaries)
)]

[assembly: AssemblyVersion("1.7.3")]
[assembly: AssemblyVersion("1.7.4")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")]


4 changes: 2 additions & 2 deletions versionInfo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.7.3</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.7.3/COMPASS_Setup_1.7.3.exe</url>
<version>1.7.4</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.7.4/COMPASS_Setup_1.7.4.exe</url>
<changelog>https://www.compassapp.info/releases</changelog>
<mandatory>false</mandatory>
</item>

0 comments on commit dbe0d01

Please sign in to comment.