1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-09 23:25:18 +02:00

Update version information

This commit is contained in:
Sean Morley 2024-08-06 09:04:08 -04:00
parent 967a125b2f
commit 1f2699ed21
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,6 @@
{
"name": "adventurelog-frontend",
"version": "0.0.1",
"private": true,
"version": "0.5.0",
"scripts": {
"dev": "vite dev",
"django": "cd .. && cd backend/server && python3 manage.py runserver",