From 28bdb26ba34a5404a4ca4a2bde35645ff276b7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Digimezzo=20Rapha=C3=ABl?= Date: Sun, 20 Oct 2024 21:55:34 +0200 Subject: [PATCH] Updates change log and version --- CHANGELOG.md | 2 +- package.json | 2 +- src/app/common/application/product-information.spec.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926460b6..0f424c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.0.0-preview.35] - 2024-10-19 +## [3.0.0-preview.35] - 2024-10-20 ### Added diff --git a/package.json b/package.json index 4ca6f256..1a57cf6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Dopamine", "version": "3.0.0", - "versionSuffix": "preview.34", + "versionSuffix": "preview.35", "copyright": "Copyright Digimezzo Ⓒ 2014 - 2024", "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 b46c395b..8869b19e 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.34'); + expect(applicationVersion).toEqual('3.0.0-preview.35'); }); });