Skip to content

Commit

Permalink
1.0.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
spheras committed Oct 15, 2018
1 parent d3befb0 commit 33584c5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
11 changes: 11 additions & 0 deletions data/com.github.spheras.desktopfolder.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@
</custom>

<releases>

<release version="1.0.8" date="2018-10-15">
<description>
<p>Release: Juno publication</p>
<ul>
<li>Minor bugfix</li>
<li>Juno publication</li>
</ul>
</description>
</release>

<release version="1.0.7" date="2018-09-20">
<description>
<p>Release: Updated for Elementary Juno and other minor features</p>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
com.github.spheras.desktopfolder (1.0.8) precise; urgency=low

* minor bugfixing
* juno publication

-- José Amuedo <[email protected]> Sun, 14 Oct 2018 14:11:00 +0200

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

* Change Wallpaper from Desktop right click
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.7'
version: '1.0.8'
)

gnome = import('gnome')
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.7";
public const string VERSION = "1.0.8";
/** 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 33584c5

Please sign in to comment.