From f3673c35a0ff88e23a5aaffe9fbb49491ade1667 Mon Sep 17 00:00:00 2001 From: spheras Date: Tue, 16 Oct 2018 08:46:11 +0200 Subject: [PATCH] v1.0.9 appcenter seems to have a problem mixing branches loki and juno. Removing loki branch. --- debian/changelog | 6 ++++++ meson.build | 2 +- src/Resources.vala | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7eddca5..8e95837 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.spheras.desktopfolder (1.0.9) precise; urgency=low + + * juno publication bugfixing (loki branch removed to avoid mixing code) + + -- José Amuedo Sun, 14 Oct 2018 14:11:00 +0200 + com.github.spheras.desktopfolder (1.0.8) precise; urgency=low * minor bugfixing diff --git a/meson.build b/meson.build index 3d6977e..041ceaf 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.spheras.desktopfolder', ['vala', 'c'], - version: '1.0.8' + version: '1.0.9' ) gnome = import('gnome') diff --git a/src/Resources.vala b/src/Resources.vala index e93dd60..913ee1a 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -17,7 +17,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.0.8"; + public const string VERSION = "1.0.9"; /** Name of the Folder Settings File */ public const string FOLDER_SETTINGS_FILE = ".desktopfolder"; public const string OLD_NOTE_EXTENSION = "dfn";