increment version and add "-beta"

This commit is contained in:
2024-04-20 08:14:53 -06:00
parent 60e11e23d4
commit c748869c44
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.8] - 2024.04-20
## [0.3.8] - 2024.04-20 - 15c026c80ce03a26cae3ff80b0888934c101c7e2
### Added
- Profile image for user
### Fixed

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "TimeSafari",
"version": "0.3.8",
"version": "0.3.9-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TimeSafari",
"version": "0.3.8",
"version": "0.3.9-beta",
"dependencies": {
"@dicebear/collection": "^5.4.1",
"@dicebear/core": "^5.4.1",

View File

@@ -1,6 +1,6 @@
{
"name": "TimeSafari",
"version": "0.3.8",
"version": "0.3.9-beta",
"private": true,
"scripts": {
"dev": "vite",