Skip to content

Commit 53f6ea9

Browse files
committed
version 1.0.1
1 parent 409e2a8 commit 53f6ea9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

debian/changelog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
com.github.spheras.desktopfolder (1.0) precise; urgency=low
1+
2+
com.github.spheras.desktopfolder (1.0.1) precise; urgency=low
3+
4+
* Show Desktop shortcut bugfix.
5+
6+
-- José Amuedo <joseamuedo@gmail.com> Fri, 13 Oct 2017 16:48:00 -0500
7+
8+
com.github.spheras.desktopfolder (1.0.0) precise; urgency=low
29

310
* Initial Release.
411

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.0.0'
2+
version: '1.0.1'
33
)
44

55
gnome = import('gnome')

src/utils/Util.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace DesktopFolder.Util
4040
dialog.program_name = "Desktop-Folder";
4141
dialog.comments = DesktopFolder.Lang.APP_DESCRIPTION;
4242
dialog.copyright = "GNU General Public License v3.0";
43-
dialog.version = "1.0";
43+
dialog.version = "1.0.1";
4444

4545
string license="This program is free software: you can redistribute it and/or modify " +
4646
"it under the terms of the GNU General Public License as published by "+

0 commit comments

Comments
 (0)