Skip to content

Commit cb7fe87

Browse files
authored
Merge pull request #35 from sundermann/v21b2
Update to v21 beta 2
2 parents 4983667 + cb5b63e commit cb7fe87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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: v21.0.0.0beta1
30+
ref: v21.0.0.0beta2
3131
path: hyperhdr-repo
3232
submodules: recursive
3333
fetch-depth: 0

appinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "org.webosbrew.hyperhdr.loader",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"vendor": "webosbrew.org",
55
"title": "HyperHDR",
66
"icon": "assets/logo_small.png",

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "org.webosbrew.hyperhdr.loader",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "HyperHDR loader",
55
"main": "frontend/index.js",
66
"moduledir": "frontend",

0 commit comments

Comments
 (0)