Skip to content

Commit 13f9ad5

Browse files
committed
Updates version and change log
1 parent 16964a1 commit 13f9ad5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.31] - 2024-08-11
7+
8+
### Fixed
9+
10+
- Fixes application crash when using Bulgarian translation
11+
612
## [3.0.0-preview.30] - 2024-08-05
713

814
### Added

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.30",
4+
"versionSuffix": "preview.31",
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.30');
24+
expect(applicationVersion).toEqual('3.0.0-preview.31');
2525
});
2626
});
2727

0 commit comments

Comments
 (0)