diff --git a/Makefile b/Makefile index 126dbf77..b4c714a0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # If you want to get_images, you'll also need convert from ImageMagick ########################################################################## -VERSION := 2.0.3 +VERSION := 2.0.4 ## usage diff --git a/manifest b/manifest index 32fa5268..36ed0f30 100644 --- a/manifest +++ b/manifest @@ -3,7 +3,7 @@ title=Jellyfin major_version=2 minor_version=0 -build_version=3 +build_version=4 ### Main Menu Icons / Channel Poster Artwork diff --git a/package-lock.json b/package-lock.json index 49a5b144..42e9508e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jellyfin-roku", - "version": "1.6.6", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jellyfin-roku", - "version": "1.6.6", + "version": "2.0.4", "hasInstallScript": true, "license": "GPL-2.0", "dependencies": { diff --git a/package.json b/package.json index 50271b5f..84fd7cf4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jellyfin-roku", "type": "module", - "version": "2.0.3", + "version": "2.0.4", "description": "Roku app for Jellyfin media server", "dependencies": { "@rokucommunity/bslib": "0.1.1",