Skip to content

Commit

Permalink
Updates change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Aug 21, 2024
1 parent c4ac794 commit b018fd1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0-preview.32] - 2024-08-21

### Fixed

- Fixes application crash caused by a bug when reading album artist from .wav files

## [3.0.0-preview.31] - 2024-08-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Dopamine",
"version": "3.0.0",
"versionSuffix": "preview.31",
"versionSuffix": "preview.32",
"copyright": "Copyright Digimezzo Ⓒ 2014 - 2024",
"description": "Audio player",
"homepage": "https://github.com/digimezzo/dopamine",
Expand Down
2 changes: 1 addition & 1 deletion src/app/common/application/product-information.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('ProductInformation', () => {
const applicationVersion: string = ProductInformation.applicationVersion;

// Assert
expect(applicationVersion).toEqual('3.0.0-preview.31');
expect(applicationVersion).toEqual('3.0.0-preview.32');
});
});

Expand Down

0 comments on commit b018fd1

Please sign in to comment.