mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 22:29:43 +00:00
Version bump
This commit is contained in:
parent
2e6af7100b
commit
acff1481c3
2
Makefile
2
Makefile
@ -10,7 +10,7 @@
|
||||
##########################################################################
|
||||
|
||||
APPNAME = Jellyfin_Roku
|
||||
VERSION = 1.6.3
|
||||
VERSION = 1.6.4
|
||||
|
||||
ZIP_EXCLUDE= -x xml/* -x artwork/* -x \*.pkg -x storeassets\* -x keys\* -x \*/.\* -x *.git* -x *.DS* -x *.pkg* -x dist/**\* -x out/**\*
|
||||
|
||||
|
13
manifest
13
manifest
@ -1,15 +1,18 @@
|
||||
## Channel Details
|
||||
## Channel Details
|
||||
|
||||
title=Jellyfin
|
||||
major_version=1
|
||||
minor_version=6
|
||||
build_version=3
|
||||
build_version=4
|
||||
|
||||
### Main Menu Icons / Channel Poster Artwork
|
||||
|
||||
### Main Menu Icons / Channel Poster Artwork
|
||||
mm_icon_focus_fhd=pkg:/images/channel-poster_fhd.png
|
||||
mm_icon_focus_hd=pkg:/images/channel-poster_hd.png
|
||||
mm_icon_focus_sd=pkg:/images/channel-poster_sd.png
|
||||
|
||||
### Splash Screen + Loading Screen Artwork
|
||||
### Splash Screen + Loading Screen Artwork
|
||||
|
||||
splash_screen_fhd=pkg:/images/splash-screen_fhd.png
|
||||
splash_screen_hd=pkg:/images/splash-screen_hd.png
|
||||
splash_screen_sd=pkg:/images/splash-screen_sd.png
|
||||
@ -21,4 +24,4 @@ ui_resolutions=fhd
|
||||
screensaver_private=1
|
||||
screensaver_title=Jellyfin
|
||||
|
||||
supports_input_launch=1
|
||||
supports_input_launch=1
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jellyfin-roku",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
@ -8765,4 +8765,4 @@
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jellyfin-roku",
|
||||
"version": "1.6.3",
|
||||
"version": "1.6.4",
|
||||
"description": "Roku app for Jellyfin media server",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user