diff --git a/data/com.github.spheras.desktopfolder.appdata.xml.in b/data/com.github.spheras.desktopfolder.appdata.xml.in index 0a9f57c..c0de567 100644 --- a/data/com.github.spheras.desktopfolder.appdata.xml.in +++ b/data/com.github.spheras.desktopfolder.appdata.xml.in @@ -45,6 +45,18 @@ + + +

1.1.2 release.

+
    +
  • Reorganised Menu
  • +
  • Double click on photos to open
  • +
  • Translations Added and Updated
  • +
  • Minor bugfixing
  • +
+
+
+

1.1.0 release.

diff --git a/meson.build b/meson.build index 753d0ef..669291f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.spheras.desktopfolder', ['vala', 'c'], - version: '1.1.1' + version: '1.1.2' ) gnome = import('gnome') diff --git a/src/Resources.vala b/src/Resources.vala index efc1f2c..1bccb5d 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -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";