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 Oct 20, 2024
1 parent adbbe12 commit 28bdb26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.35] - 2024-10-19
## [3.0.0-preview.35] - 2024-10-20

### Added

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.34",
"versionSuffix": "preview.35",
"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.34');
expect(applicationVersion).toEqual('3.0.0-preview.35');
});
});

Expand Down

0 comments on commit 28bdb26

Please sign in to comment.