diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cde5a8..be22c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,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). -## [0.3.25] - 2024.08.30 +## [0.3.25] - 2024.08.30 - dcbe02d877aecb4cdef2643d90e6595d246a9f82 ### Added - "Ideas" now jumps directly to giving prompt or contact list. ### Fixed @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Message when no projects are found -## [0.3.21] - 2024.08.24 +## [0.3.21] - 2024.08.24 - a7b89f4bb6da928d56daeffaae7741fa74cc80bf ### Added - Send list of contacts to someone, and move individual contact actions to detail page. - Prompt for name in pop-up, and send to different contact-sharing screens. diff --git a/package-lock.json b/package-lock.json index 449fbda..e5485f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari", - "version": "0.3.25", + "version": "0.3.26-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari", - "version": "0.3.25", + "version": "0.3.26-beta", "dependencies": { "@dicebear/collection": "^5.4.1", "@dicebear/core": "^5.4.1", diff --git a/package.json b/package.json index 44df0e6..f1e2980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari", - "version": "0.3.25", + "version": "0.3.26-beta", "scripts": { "dev": "vite", "serve": "vite preview",