Bump versions everywhere - we're gonna need a better way to do this

This commit is contained in:
Christian Benincasa
2024-07-08 09:47:09 -04:00
parent 35e4f04bc4
commit 4d462d7883
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tunarr",
"version": "1.0.0",
"version": "0.2.0",
"description": "Create LiveTV channels from your Plex media",
"type": "module",
"author": "chrisbenincasa",

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/server",
"version": "0.1.0",
"version": "0.2.0",
"description": "Create LiveTV channels from your Plex media",
"license": "Zlib",
"author": "chrisbenincasa",

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/shared",
"version": "0.1.0",
"version": "0.2.0",
"description": "Utility functions shared between server and web",
"keywords": [],
"license": "Zlib",

View File

@@ -5,7 +5,7 @@ const constants = {
TVGUIDE_MAXIMUM_FLEX_DURATION: 6 * 60 * 60 * 1000,
TOO_FREQUENT: 100,
VERSION_NAME: '0.1.0',
VERSION_NAME: '0.2.0',
DEFAULT_DATA_DIR: '.tunarr',
};

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/types",
"version": "0.1.0",
"version": "0.2.0",
"description": "Type definitions and schemas shared between server and web",
"scripts": {
"build": "tsup",

View File

@@ -1,6 +1,6 @@
{
"name": "@tunarr/web",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {