We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1270a31 commit 497f0b6Copy full SHA for 497f0b6
2 files changed
data/sideload.appdata.xml.in
@@ -10,6 +10,13 @@
10
<p></p>
11
</description>
12
<releases>
13
+ <release version="1.1.1" date="2020-05-28" urgency="medium">
14
+ <description>
15
+ <ul>
16
+ <li>Updated translations</li>
17
+ </ul>
18
+ </description>
19
+ </release>
20
<release version="1.1.0" date="2020-04-01" urgency="medium">
21
<description>
22
<ul>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'io.elementary.sideload',
3
'vala', 'c',
4
- version: '1.1.0'
+ version: '1.1.1'
5
)
6
7
gnome = import('gnome')
0 commit comments