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 ad7782d commit 42bd9a1Copy full SHA for 42bd9a1
data/shortcut-overlay.appdata.xml.in
@@ -10,6 +10,13 @@
10
<p></p>
11
</description>
12
<releases>
13
+ <release version="1.1.2" 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.1" date="2020-04-02" urgency="medium">
21
<description>
22
<ul>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'io.elementary.shortcut-overlay',
3
'vala', 'c',
4
- version: '1.1.1'
+ version: '1.1.2'
5
)
6
7
gnome = import('gnome')
0 commit comments