Skip to content

Commit

Permalink
Bump version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Nov 1, 2024
1 parent c61d860 commit 1314364
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG
## COMPASS v1.8.1 (13 October 2024)
## COMPASS v1.8.2 (01 November 2024)

### New Features

### Improvements

### Fixes
- Fix metadata priority only applying after restart
- Fix crash when fetching data from openLibrary
- Fix crash on 'Move to Collection'
## COMPASS v1.8.1 (13 October 2024)

### New Features

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.8.1"
#define MyAppVersion "1.8.2"
#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.8.1")]
[assembly: AssemblyVersion("1.8.2")]
[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,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.8.1</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.8.1/COMPASS_Setup_1.8.1.exe</url>
<version>1.8.2</version>
<url>https://github.com/DSPAUL/COMPASS/releases/download/v1.8.2/COMPASS_Setup_1.8.2.exe</url>
<mandatory>false</mandatory>
</item>

0 comments on commit 1314364

Please sign in to comment.