Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Digimezzo Raphaël committed Nov 19, 2022
1 parent 8271eb0 commit 1b56b75
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,6 +1,6 @@
{
"name": "Dopamine",
"version": "3.0.0-preview.18",
"version": "3.0.0-preview.19",
"description": "Audio player",
"homepage": "https://github.com/digimezzo/dopamine",
"author": {
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.18');
expect(applicationVersion).toEqual('3.0.0-preview.19');
});
});

Expand Down

0 comments on commit 1b56b75

Please sign in to comment.