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

feat: version bump for release v0.8.0

This commit is contained in:
Sean Morley 2025-01-03 12:24:17 -05:00
parent 82a1134019
commit 259f2e75c2
4 changed files with 112 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "adventurelog-frontend",
"version": "0.7.1",
"version": "0.8.0",
"scripts": {
"dev": "vite dev",
"django": "cd .. && cd backend/server && python3 manage.py runserver",