fix: changed version to 0.1.0 to remove ui notification

This commit is contained in:
dr-carrot
2024-06-21 13:15:18 -04:00
parent e2992fea9c
commit f8926fa86c

View File

@@ -1,6 +1,6 @@
{
"name": "jellyseerr",
"version": "1.7.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon -e ts --watch server --watch overseerr-api.yml -e .json,.ts,.yml -x ts-node -r tsconfig-paths/register --files --project server/tsconfig.json server/index.ts",