Skip to content

Commit

Permalink
Release 6.0.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Jul 20, 2021
1 parent 9be1b23 commit 5006248
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
DISPLAY: "0:0"
run: |
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
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
- name: Fix Permissions
run: sudo chown -R runner:docker .
Expand Down
2 changes: 1 addition & 1 deletion data/platform.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p>The flatpak platform for elementary OS and AppCenter.</p>
</description>
<releases>
<release version="6.0.0" date="2021-07-19" urgency="medium">
<release version="6.0.0" date="2021-07-20" urgency="medium">
<description>
<p>Initial Release</p>
</description>
Expand Down
2 changes: 1 addition & 1 deletion data/sdk.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p>The flatpak SDK for elementary OS and AppCenter.</p>
</description>
<releases>
<release version="6.0.0" date="2021-07-19" urgency="medium">
<release version="6.0.0" date="2021-07-20" urgency="medium">
<description>
<p>Initial Release</p>
</description>
Expand Down
2 changes: 1 addition & 1 deletion io.elementary.Sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build-runtime": true,
"id": "io.elementary.Sdk",
"id-platform": "io.elementary.Platform",
"branch": "daily",
"default-branch": "daily",
"runtime-version": "3.38",
"runtime": "org.gnome.Platform",
"sdk": "org.gnome.Sdk",
Expand Down

0 comments on commit 5006248

Please sign in to comment.