Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spheras committed Jan 2, 2020
1 parent 5cbcc38 commit a86872b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 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,18 @@
</custom>

<releases>
<release version="1.1.2" date="2020-01-02">
<description>
<p>1.1.2 release.</p>
<ul>
<li>Reorganised Menu</li>
<li>Double click on photos to open</li>
<li>Translations Added and Updated</li>
<li>Minor bugfixing</li>
</ul>
</description>
</release>

<release version="1.1.0" date="2019-02-16">
<description>
<p>1.1.0 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.1'
version: '1.1.2'
)

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.1";
public const string VERSION = "1.1.2";
/** 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 a86872b

Please sign in to comment.