Skip to content

Commit 5006248

Browse files
authored
Release 6.0.0 (#47)
1 parent 9be1b23 commit 5006248

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
DISPLAY: "0:0"
5454
run: |
55-
sudo xvfb-run --auto-servernum flatpak-builder --disable-rofiles-fuse --keep-build-dirs --install-deps-from=flathub --ccache --repo=elementary builddir ./io.elementary.Sdk.json
55+
sudo xvfb-run --auto-servernum flatpak-builder --default-branch=daily --disable-rofiles-fuse --keep-build-dirs --install-deps-from=flathub --ccache --repo=elementary builddir ./io.elementary.Sdk.json
5656
5757
- name: Fix Permissions
5858
run: sudo chown -R runner:docker .

data/platform.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p>The flatpak platform for elementary OS and AppCenter.</p>
1111
</description>
1212
<releases>
13-
<release version="6.0.0" date="2021-07-19" urgency="medium">
13+
<release version="6.0.0" date="2021-07-20" urgency="medium">
1414
<description>
1515
<p>Initial Release</p>
1616
</description>

data/sdk.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p>The flatpak SDK for elementary OS and AppCenter.</p>
1111
</description>
1212
<releases>
13-
<release version="6.0.0" date="2021-07-19" urgency="medium">
13+
<release version="6.0.0" date="2021-07-20" urgency="medium">
1414
<description>
1515
<p>Initial Release</p>
1616
</description>

io.elementary.Sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build-runtime": true,
33
"id": "io.elementary.Sdk",
44
"id-platform": "io.elementary.Platform",
5-
"branch": "daily",
5+
"default-branch": "daily",
66
"runtime-version": "3.38",
77
"runtime": "org.gnome.Platform",
88
"sdk": "org.gnome.Sdk",

0 commit comments

Comments
 (0)