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 36b8ce8 commit e9b6042Copy full SHA for e9b6042
data/shortcut-overlay.appdata.xml.in
@@ -10,7 +10,7 @@
10
<p></p>
11
</description>
12
<releases>
13
- <release version="1.2.1" date="2021-10-25" urgency="low">
+ <release version="1.2.1" date="2021-10-29" urgency="low">
14
<description>
15
<ul>
16
<li>Fix the app not launching if a shortcut key is set to blank</li>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'io.elementary.shortcut-overlay',
3
'vala', 'c',
4
- version: '1.2.0'
+ version: '1.2.1'
5
)
6
7
gnome = import('gnome')
0 commit comments