From d1a0eb1bf03e72623c295decf14c7ca323a3417a Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Mon, 10 Jan 2022 00:16:07 -0500 Subject: [PATCH] Increment version number for maintenance release --- Makefile | 2 +- manifest | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6e2dd6bc..86cc281e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ ########################################################################## APPNAME = Jellyfin_Roku -VERSION = 1.4.10 +VERSION = 1.4.11 ROKU_TEST_ID = 1 ROKU_TEST_WAIT_DURATION = 5 diff --git a/manifest b/manifest index b1212d42..ebebf80f 100644 --- a/manifest +++ b/manifest @@ -2,7 +2,7 @@ title=Jellyfin major_version=1 minor_version=4 -build_version=10 +build_version=11 ### Main Menu Icons / Channel Poster Artwork mm_icon_focus_fhd=pkg:/images/channel-poster_fhd.png diff --git a/package.json b/package.json index ee51b74b..4d4cf8fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jellyfin-roku", - "version": "1.4.10", + "version": "1.4.11", "description": "Roku app for Jellyfin media server", "main": "index.js", "directories": {