chore: replace stable with unstable by replacing the version number with v0.1.0

replace stable with unstable by replacing the version number with v0.1.0 for testing purposes
This commit is contained in:
Fallenbagel
2022-04-20 01:40:33 +05:00
parent f09b86aa87
commit 2f9c068a9b

View File

@@ -1,6 +1,6 @@
{
"name": "jellyseerr",
"version": "1.29.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon -e ts --watch server --watch overseerr-api.yml -e .json,.ts,.yml -x ts-node --files --project server/tsconfig.json server/index.ts",
@@ -218,4 +218,4 @@
"@semantic-release/github"
]
}
}
}