1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-08 22:55:19 +02:00

Bump version to 0.7.1, update COUNTRY_REGION_JSON_VERSION, and add nginx migration guide

This commit is contained in:
Sean Morley 2024-11-03 15:12:28 -05:00
parent 172f07acca
commit 4bbbc10097
5 changed files with 42 additions and 5 deletions

View file

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