Skip to content

Commit 923f722

Browse files
authored
Merge pull request #28 from throwaway96/update-20-20240328
Update to HyperHDR 20.0.0.0
2 parents a8ec2ca + 51de504 commit 923f722

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
with:
2929
repository: awawa-dev/HyperHDR
30-
ref: v20.0.0.0beta2
30+
ref: v20.0.0.0
3131
path: hyperhdr-repo
3232
submodules: recursive
3333
fetch-depth: 0

appinfo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "org.webosbrew.hyperhdr.loader",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"vendor": "webosbrew.org",
55
"title": "HyperHDR",
66
"icon": "assets/logo_small.png",

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.webosbrew.hyperhdr.loader",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "HyperHDR loader",
55
"main": "frontend/index.js",
66
"moduledir": "frontend",

0 commit comments

Comments
 (0)