Skip to content

Commit

Permalink
v1.0.5 control updated
Browse files Browse the repository at this point in the history
  • Loading branch information
spheras committed Dec 26, 2017
1 parent 36cb3c4 commit 98a0444
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <[email protected]> Sat, 26 Dec 2017 10:37:00 +0200
-- José Amuedo <[email protected]> Sat, 26 Dec 2017 11:50:00 +0200

com.github.spheras.desktopfolder (1.0.2) precise; urgency=low

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.0.3'
version: '1.0.5'
)

gnome = import('gnome')
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: desktopfolder # you probably want to 'snapcraft register <name>'
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
Expand Down
2 changes: 1 addition & 1 deletion src/Resources.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 98a0444

Please sign in to comment.