diff --git a/Makefile b/Makefile index 59ac987eb..126dbf77d 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.2 +VERSION := 2.0.3 ## usage diff --git a/manifest b/manifest index 5ecc09266..32fa52686 100644 --- a/manifest +++ b/manifest @@ -3,7 +3,7 @@ title=Jellyfin major_version=2 minor_version=0 -build_version=2 +build_version=3 ### Main Menu Icons / Channel Poster Artwork diff --git a/package.json b/package.json index d182356a7..50271b5fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jellyfin-roku", "type": "module", - "version": "2.0.2", + "version": "2.0.3", "description": "Roku app for Jellyfin media server", "dependencies": { "@rokucommunity/bslib": "0.1.1",