Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Nov 9, 2023
1 parent 8db6cad commit c9312bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.20",
"versionSuffix": "preview.21",
"copyright": "Copyright Digimezzo Ⓒ 2014 - 2023",
"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.20');
expect(applicationVersion).toEqual('3.0.0-preview.21');
});
});

Expand Down

0 comments on commit c9312bf

Please sign in to comment.