bump version to 0.3.5

This commit is contained in:
2024-03-23 02:41:25 -06:00
parent c3fd27b140
commit e6cd86618e
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Nothing
## [0.3.4] - 2024.03.21
## [0.3.5] - 2024.03.23
### Added
- Photo on gift records
### Fixed

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.3.4",
"version": "0.3.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
"version": "0.3.4",
"version": "0.3.5",
"dependencies": {
"@dicebear/collection": "^5.3.5",
"@dicebear/core": "^5.3.5",

View File

@@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",