diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1f83c3f..a40599702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## ? -## [0.3.18] - 2024.08.18 +## [0.3.19] - 2024.08.18 - ### Added - Update of an offer - Recipient description in offer list diff --git a/package-lock.json b/package-lock.json index a607d39a1..ce4944e0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.18", + "version": "0.3.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.18", + "version": "0.3.19", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index 171576201..3103a95b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.18", + "version": "0.3.19", "scripts": { "dev": "vite", "serve": "vite preview",