Skip to content

Commit

Permalink
Bump version to 1.7.6
Browse files Browse the repository at this point in the history
DSPaul committed Sep 10, 2024
1 parent 5e2fe06 commit 8e78b7c
Showing 4 changed files with 565 additions and 555 deletions.
1,112 changes: 561 additions & 551 deletions Changelog.md

Large diffs are not rendered by default.

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

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

[assembly: AssemblyVersion("1.7.5")]
[assembly: AssemblyVersion("1.7.6")]
[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.5</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.7.5/COMPASS_Setup_1.7.5.exe</url>
<version>1.7.6</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.7.6/COMPASS_Setup_1.7.6.exe</url>
<changelog>https://www.compassapp.info/releases</changelog>
<mandatory>false</mandatory>
</item>

0 comments on commit 8e78b7c

Please sign in to comment.