Skip to content

Commit 28bdb26

Browse files
committed
Updates change log and version
1 parent adbbe12 commit 28bdb26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [3.0.0-preview.35] - 2024-10-19
6+
## [3.0.0-preview.35] - 2024-10-20
77

88
### Added
99

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Dopamine",
33
"version": "3.0.0",
4-
"versionSuffix": "preview.34",
4+
"versionSuffix": "preview.35",
55
"copyright": "Copyright Digimezzo Ⓒ 2014 - 2024",
66
"description": "Audio player",
77
"homepage": "https://github.com/digimezzo/dopamine",

src/app/common/application/product-information.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('ProductInformation', () => {
2121
const applicationVersion: string = ProductInformation.applicationVersion;
2222

2323
// Assert
24-
expect(applicationVersion).toEqual('3.0.0-preview.34');
24+
expect(applicationVersion).toEqual('3.0.0-preview.35');
2525
});
2626
});
2727

0 commit comments

Comments
 (0)