Skip to content

Commit a8ec2ca

Browse files
authored
Update to 20.0.0.0beta2 (#23)
1 parent 343c73b commit a8ec2ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .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.0beta1
30+
ref: v20.0.0.0beta2
3131
path: hyperhdr-repo
3232
submodules: recursive
3333
fetch-depth: 0

Diff for: 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.7",
3+
"version": "0.1.8",
44
"vendor": "webosbrew.org",
55
"title": "HyperHDR",
66
"icon": "assets/logo_small.png",

Diff for: package-lock.json

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

Diff for: 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.7",
3+
"version": "0.1.8",
44
"description": "HyperHDR loader",
55
"main": "frontend/index.js",
66
"moduledir": "frontend",

0 commit comments

Comments
 (0)