File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " flixor-tizen" ,
33 "private" : true ,
4- "version" : " 1.0.0-beta " ,
4+ "version" : " 1.0.1 " ,
55 "type" : " module" ,
66 "homepage" : " ." ,
77 "scripts" : {
Original file line number Diff line number Diff line change 66 (tizen.tvinputdevice.registerKey needs tv.inputdevice; tv.window and
77 tv.audio webapis are never called). -->
88<widget xmlns : tizen =" http://tizen.org/ns/widgets"
9- xmlns =" http://www.w3.org/ns/widgets" id =" http://flixor.tv/Flixor" version =" 1.0.0 " viewmodes =" maximized" >
9+ xmlns =" http://www.w3.org/ns/widgets" id =" http://flixor.tv/Flixor" version =" 1.0.1 " viewmodes =" maximized" >
1010 <tizen : application id =" FlixTVApp1.Flixor" package =" FlixTVApp1" required_version =" 2.4" />
1111 <content src =" index.html" />
1212 <feature name =" http://tizen.org/feature/screen.size.normal.1080.1920" />
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ export function SettingsPage() {
307307 < SettingsCard title = "About" >
308308 < SettingItem
309309 label = "Version"
310- description = "1.0.0-beta (Tizen)"
310+ description = "1.0.1 (Tizen)"
311311 control = { { type : "button" , buttonLabel : "" , onPress : ( ) => { } } }
312312 />
313313 < SettingItem
You can’t perform that action at this time.
0 commit comments