Skip to content

Commit a86872b

Browse files
committed
version 1.1.2
1 parent 5cbcc38 commit a86872b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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

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

4747
<releases>
48+
<release version="1.1.2" date="2020-01-02">
49+
<description>
50+
<p>1.1.2 release.</p>
51+
<ul>
52+
<li>Reorganised Menu</li>
53+
<li>Double click on photos to open</li>
54+
<li>Translations Added and Updated</li>
55+
<li>Minor bugfixing</li>
56+
</ul>
57+
</description>
58+
</release>
59+
4860
<release version="1.1.0" date="2019-02-16">
4961
<description>
5062
<p>1.1.0 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.1'
2+
version: '1.1.2'
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.1";
24+
public const string VERSION = "1.1.2";
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)