Skip to content

Commit

Permalink
[IMP] version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ediaz23 committed Apr 14, 2024
1 parent 643b27a commit 236fb66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.crunchyroll.webos.stream",
"version": "1.0.1",
"version": "1.0.2",
"description": "Unofficial Crunchyroll app for LG Smart TVs.",
"main": "src/index.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"build-dev": "NODE_ENV=development gulp build-dev",
"build-p": "NODE_ENV=production gulp build-p",
"build-service": "gulp build-service",
"install-tv": "ares-install bin/com.crunchyroll.stream.app_1.0.1_all.ipk",
"install-tv-1": "ares-install -d tv1 bin/com.crunchyroll.stream.app_1.0.1_all.ipk",
"install-tv": "ares-install bin/com.crunchyroll.stream.app_1.0.2_all.ipk",
"install-tv-1": "ares-install -d tv1 bin/com.crunchyroll.stream.app_1.0.2_all.ipk",
"start": "ares-launch com.crunchyroll.stream.app",
"start-1": "ares-launch -d tv1 com.crunchyroll.stream.app",
"play": "npm run build && npm run install-tv && npm run start",
Expand Down
2 changes: 1 addition & 1 deletion webos-meta/appinfo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.crunchyroll.stream.app",
"version": "1.0.1",
"version": "1.0.2",
"vendor": "Esteban Diaz",
"type": "web",
"main": "index.html",
Expand Down

0 comments on commit 236fb66

Please sign in to comment.