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 3d2be6b commit 53a8bcbCopy full SHA for 53a8bcb
2 files changed
data/display.appdata.xml.in
@@ -5,7 +5,7 @@
5
<name>Display Settings</name>
6
<summary>Configure resolution and position of monitors and projectors</summary>
7
<releases>
8
- <release version="2.2.1" date="2020-03-31" urgency="medium">
+ <release version="2.2.1" date="2020-04-08" urgency="medium">
9
<description>
10
<ul>
11
<li>Fix 1px gaps between displays</li>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'display',
3
'vala', 'c',
4
- version: '2.2.0'
+ version: '2.2.1'
)
gettext_name = meson.project_name() + '-plug'
0 commit comments