Skip to content

Commit

Permalink
Release 2.1.1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos authored Dec 24, 2021
1 parent 0158edc commit 00b0c36
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ First, install the elementary Flatpak runtime & SDK:

```shell
flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo
flatpak install appcenter io.elementary.Platform//6 io.elementary.Sdk//6
flatpak install appcenter io.elementary.Platform//6.1 io.elementary.Sdk//6.1
```

Then, to build and install Roll-It:
Expand Down
2 changes: 1 addition & 1 deletion com.github.zelikos.rannum.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app-id: com.github.zelikos.rannum

runtime: io.elementary.Platform
runtime-version: '6'
runtime-version: '6.1'
sdk: io.elementary.Sdk

command: com.github.zelikos.rannum
Expand Down
10 changes: 10 additions & 0 deletions data/com.github.zelikos.rannum.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
</screenshot>
</screenshots>
<releases>
<release version="2.1.1" date="2021-12-24">
<description>
<p>Backend Updates</p>
<ul>
<li>Updated category information for better discoverability</li>
<li>Stricter sandboxing</li>
<li>Bump platform to 6.1</li>
</ul>
</description>
</release>
<release version="2.1.0" date="2021-08-09">
<description>
<p>elementary OS 6 Update!</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('com.github.zelikos.rannum',
'vala', 'c',
version: '2.1.0')
version: '2.1.1')

gnome = import('gnome')
i18n = import('i18n')
Expand Down

0 comments on commit 00b0c36

Please sign in to comment.