From 98a044416b0de46e4840415ff8e7f4c4c066d681 Mon Sep 17 00:00:00 2001 From: spheras Date: Tue, 26 Dec 2017 11:51:10 +0100 Subject: [PATCH] v1.0.5 control updated --- arch/PKGBUILD | 2 +- debian/changelog | 4 ++-- meson.build | 2 +- snap/snapcraft.yaml | 2 +- src/Resources.vala | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 38c53fc..d65f388 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -2,7 +2,7 @@ # Upstream URL: https://github.com/spheras/desktopfolder pkgname=desktopfolder-git -pkgver=v1.0.3 +pkgver=v1.0.5 pkgrel=1 pkgdesc='Bring your elementary desktop back to life' arch=('any') diff --git a/debian/changelog b/debian/changelog index 24d42e7..9400d8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -com.github.spheras.desktopfolder (1.0.3) precise; urgency=low +com.github.spheras.desktopfolder (1.0.5) precise; urgency=low * Desktop Background * Rename in Place @@ -17,7 +17,7 @@ com.github.spheras.desktopfolder (1.0.3) precise; urgency=low * Arch building by @GabMus * A lot of Minor Bugfixing - -- José Amuedo Sat, 26 Dec 2017 10:37:00 +0200 + -- José Amuedo Sat, 26 Dec 2017 11:50:00 +0200 com.github.spheras.desktopfolder (1.0.2) precise; urgency=low diff --git a/meson.build b/meson.build index 9777c24..8617aa2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.spheras.desktopfolder', ['vala', 'c'], - version: '1.0.3' + version: '1.0.5' ) gnome = import('gnome') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2090451..4221441 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: desktopfolder # you probably want to 'snapcraft register ' -version: '1.0.3' # just for humans, typically '1.2+git' or '1.3.2' +version: '1.0.5' # just for humans, typically '1.2+git' or '1.3.2' summary: Bring your desktop back to life # 79 char long summary description: | This is my-snap's description. You have a paragraph or two to tell the diff --git a/src/Resources.vala b/src/Resources.vala index 1d8ed71..13a5e2b 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.3"; + public const string VERSION = "1.0.5"; /** Name of the Folder Settings File */ public const string FOLDER_SETTINGS_FILE = ".desktopfolder"; public const string OLD_NOTE_EXTENSION = "dfn";