diff --git a/manifest b/manifest index 29b880475..f9182e138 100644 --- a/manifest +++ b/manifest @@ -3,13 +3,13 @@ title=viv major_version=1 minor_version=1 -build_version=1 +build_version=2 ### Main Menu Icons / Channel Poster Artwork -mm_icon_focus_fhd=pkg:/images/channel-poster_fhd_dev.jpg -mm_icon_focus_hd=pkg:/images/channel-poster_hd_dev.jpg -mm_icon_focus_sd=pkg:/images/channel-poster_sd_dev.jpg +mm_icon_focus_fhd=pkg:/images/channel-poster_fhd.jpg +mm_icon_focus_hd=pkg:/images/channel-poster_hd.jpg +mm_icon_focus_sd=pkg:/images/channel-poster_sd.jpg ### Splash Screen + Loading Screen Artwork diff --git a/package-lock.json b/package-lock.json index 01ee54f4d..d172a9030 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "viv", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 2afbff5d9..7e4a75005 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viv", "type": "module", - "version": "1.1.1", + "version": "1.1.2", "description": "Unofficial Roku app for Jellyfin media server", "dependencies": { "@rokucommunity/bslib": "0.1.1", diff --git a/source/static/whatsNew/1.1.2.json b/source/static/whatsNew/1.1.2.json index a66fdbf35..0d82147ea 100644 --- a/source/static/whatsNew/1.1.2.json +++ b/source/static/whatsNew/1.1.2.json @@ -16,11 +16,11 @@ "author": "1hitsong" }, { - "description": "Fix search not returning people in results", + "description": "Add people to search results", "author": "1hitsong" }, { - "description": "Fix search not returning playlists in results", + "description": "Add playlists to search results", "author": "1hitsong" }, {