From d59b3915957d549cfb4a893a9b0e4513480947c9 Mon Sep 17 00:00:00 2001 From: aki Date: Mon, 30 May 2022 13:11:27 -0700 Subject: [PATCH] 2.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cdb9ba..3c90c55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plex-dvr", - "version": "1.4.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "plex-dvr", - "version": "1.4.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "@oclif/core": "^1.9.0", diff --git a/package.json b/package.json index 21f3816..c933afd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "plex-dvr", "description": "A postprocessing script for the Plex DVR. Removes commercials, adds chapter markers, extracts captions as subtitles, and converts to mkv. Requires comskip, comcut, ccextractor, ffmpeg, and HandbrakeCLI.", - "version": "1.4.2", + "version": "2.0.0", "author": "Aki Rose @gesa ", "bin": { "plex-dvr": "./bin/run"