From c9312bf713784892fa777a8edd158b3ccaacf519 Mon Sep 17 00:00:00 2001 From: Digimezzo Date: Thu, 9 Nov 2023 08:38:29 +0100 Subject: [PATCH] Updates version --- package.json | 2 +- src/app/common/application/product-information.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1edcf372b..0a3b0443c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/app/common/application/product-information.spec.ts b/src/app/common/application/product-information.spec.ts index 1a6766ecd..5bddfc01b 100644 --- a/src/app/common/application/product-information.spec.ts +++ b/src/app/common/application/product-information.spec.ts @@ -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'); }); });