diff --git a/CHANGELOG.md b/CHANGELOG.md index 35042f24f..7ac156476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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). +## [0.3.31] +### Changed +- Onboarding messages about offers + + ## [0.3.30] ### Added - Onboarding messages diff --git a/package-lock.json b/package-lock.json index 5866aa3f7..8fcfba2b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.30", + "version": "0.3.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.30", + "version": "0.3.31", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index 251d3e068..47e939b54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.30", + "version": "0.3.31", "scripts": { "dev": "vite", "serve": "vite preview", diff --git a/src/components/OnboardingDialog.vue b/src/components/OnboardingDialog.vue index 7b22cfb91..ffa694dc6 100644 --- a/src/components/OnboardingDialog.vue +++ b/src/components/OnboardingDialog.vue @@ -2,10 +2,16 @@