Skip to content

Commit d762132

Browse files
update package versions to 2.4.0
1 parent ce8641f commit d762132

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

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.3.0",
3+
"version": "2.4.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.3.0",
3+
"version": "2.4.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.3.0",
3+
"version": "2.4.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.3.0" 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.4.0" viewmodes="maximized">
33
<tizen:application id="MoonfinApp.moonfin" package="MoonfinApp" required_version="2.4"/>
44
<content src="index.html"/>
55
<tizen:app-control>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"id": "org.moonfin.webos",
3-
"version": "2.3.0",
3+
"version": "2.4.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.3.0.ipk",
10+
"ipkUrl": "Moonfin_webOS_2.4.0.ipk",
1111
"ipkHash": {
12-
"sha256": "856f7a6e2b63581d0d36243fcd23951ce2c2f08e34dce5483cbe02dd6944fb21"
12+
"sha256": ""
1313
}
1414
}

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.3.0",
3+
"version": "2.4.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.3.0",
3+
"version": "2.4.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.3.0",
3+
"version": "2.4.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.3.0",
3+
"version": "2.4.0",
44
"private": true,
55
"main": "src/index.js",
66
"exports": {

0 commit comments

Comments
 (0)