Skip to content

Commit

Permalink
Updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Dec 9, 2024
1 parent 4b0b2d9 commit 1e2c2df
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.37] - 2024-12-09

### Fixed

- Fixed problems with Discord Rich Presence

## [3.0.0-preview.36] - 2024-12-08

### Changed
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.36",
"versionSuffix": "preview.37",
"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.36');
expect(applicationVersion).toEqual('3.0.0-preview.37');
});
});

Expand Down

0 comments on commit 1e2c2df

Please sign in to comment.