Skip to content

Commit

Permalink
releasing version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spheras committed Sep 2, 2020
1 parent fba2884 commit 080aac0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions data/com.github.spheras.desktopfolder.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@
</custom>

<releases>
<release version="1.1.3" date="2020-02-09">
<description>
<p>1.1.3 release.</p>
<ul>
<li>fix: removed ubuntu installations post scripts</li>
<li>fix: houston ci node version</li>
<li>fix: transparent icons on changing desktops</li>
<li>fix: fast double click (issue #293)</li>
<li>fix: black backdrop on Fedora (issue #297)</li>
<li>Translations Added and Updated</li>
</ul>
</description>
</release>

<release version="1.1.2" date="2020-01-02">
<description>
<p>1.1.2 release.</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('com.github.spheras.desktopfolder', ['vala', 'c'],
version: '1.1.2'
version: '1.1.3'
)

gnome = import('gnome')
Expand Down
2 changes: 1 addition & 1 deletion src/Resources.vala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace DesktopFolder {
public const string APP_DESKTOP = APP_ID + ".desktop";
public const string APP_TITLE = "Desktop-Folder";
public const string APP_NAME = "desktopfolder";
public const string VERSION = "1.1.2";
public const string VERSION = "1.1.3";
/** Name of the Folder Settings File */
public const string FOLDER_SETTINGS_FILE = ".desktopfolder";
public const string OLD_NOTE_EXTENSION = "dfn";
Expand Down

0 comments on commit 080aac0

Please sign in to comment.