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