mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
Bump versions everywhere - we're gonna need a better way to do this
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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',
|
||||
};
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tunarr/web",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user