Skip to content

Commit 080aac0

Browse files
committed
releasing version 1.1.3
1 parent fba2884 commit 080aac0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

data/com.github.spheras.desktopfolder.appdata.xml.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@
4545
</custom>
4646

4747
<releases>
48+
<release version="1.1.3" date="2020-02-09">
49+
<description>
50+
<p>1.1.3 release.</p>
51+
<ul>
52+
<li>fix: removed ubuntu installations post scripts</li>
53+
<li>fix: houston ci node version</li>
54+
<li>fix: transparent icons on changing desktops</li>
55+
<li>fix: fast double click (issue #293)</li>
56+
<li>fix: black backdrop on Fedora (issue #297)</li>
57+
<li>Translations Added and Updated</li>
58+
</ul>
59+
</description>
60+
</release>
61+
4862
<release version="1.1.2" date="2020-01-02">
4963
<description>
5064
<p>1.1.2 release.</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.spheras.desktopfolder', ['vala', 'c'],
2-
version: '1.1.2'
2+
version: '1.1.3'
33
)
44

55
gnome = import('gnome')

src/Resources.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace DesktopFolder {
2121
public const string APP_DESKTOP = APP_ID + ".desktop";
2222
public const string APP_TITLE = "Desktop-Folder";
2323
public const string APP_NAME = "desktopfolder";
24-
public const string VERSION = "1.1.2";
24+
public const string VERSION = "1.1.3";
2525
/** Name of the Folder Settings File */
2626
public const string FOLDER_SETTINGS_FILE = ".desktopfolder";
2727
public const string OLD_NOTE_EXTENSION = "dfn";

0 commit comments

Comments
 (0)