diff --git a/CHANGELOG.md b/CHANGELOG.md index 35042f2..7ac1564 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 5866aa3..8fcfba2 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 251d3e0..47e939b 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 7b22cfb..ffa694d 100644 --- a/src/components/OnboardingDialog.vue +++ b/src/components/OnboardingDialog.vue @@ -2,10 +2,16 @@