Skip to content

Commit f1b2116

Browse files
update to 2.6.0
1 parent 1f79ca3 commit f1b2116

10 files changed

Lines changed: 17 additions & 17 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moonfin",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonfin/app",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "Jellyfin client for Smart TVs",
55
"author": "RadicalMuffinMan",
66
"main": "src/index.js",

packages/build-tizen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonfin/build-tizen",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"private": true,
55
"scripts": {
66
"build": "node scripts/build-wgt.js",

packages/build-tizen/tizen/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://moonfin.org/tizen" version="2.5.1" viewmodes="maximized">
2+
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://moonfin.org/tizen" version="2.6.0" viewmodes="maximized">
33
<tizen:application id="MoonfinApp.moonfin" package="MoonfinApp" required_version="2.4"/>
44
<content src="index.html"/>
55
<tizen:app-control>

packages/build-webos/org.moonfin.webos.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "org.moonfin.webos",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"type": "web",
55
"title": "Moonfin",
66
"appDescription": "Moonfin is an enhanced Jellyfin client for LG Smart TVs supporting webOS 3+",
77
"iconUri": "https://raw.githubusercontent.com/Moonfin-Client/Smart-TV/main/packages/build-webos/webos-meta/icon-130.png",
88
"sourceUrl": "https://github.com/Moonfin-Client/Smart-TV",
99
"rootRequired": false,
10-
"ipkUrl": "Moonfin_webOS_2.5.1.ipk",
10+
"ipkUrl": "Moonfin_webOS_2.6.0.ipk",
1111
"ipkHash": {
1212
"sha256": "86570408d0bdd4e37d7475741cd0f7da17580c416bd744d8d3dfd65beae58e1c"
1313
}

packages/build-webos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonfin/build-webos",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"private": true,
55
"scripts": {
66
"build": "node build.js",

packages/build-webos/webos-meta/appinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "org.moonfin.webos",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"vendor": "Moonfin",
55
"type": "web",
66
"main": "index.html",

packages/platform-tizen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonfin/platform-tizen",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"private": true,
55
"main": "src/index.js",
66
"exports": {

packages/platform-webos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonfin/platform-webos",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"private": true,
55
"main": "src/index.js",
66
"exports": {

0 commit comments

Comments
 (0)