Skip to content

Commit

Permalink
v1.0.9 appcenter seems to have a problem mixing branches loki and juno.
Browse files Browse the repository at this point in the history
Removing loki branch.
  • Loading branch information
spheras committed Oct 16, 2018
1 parent 4bde944 commit f3673c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sun, 14 Oct 2018 14:11:00 +0200

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

* minor bugfixing
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.8'
version: '1.0.9'
)

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.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";
Expand Down

0 comments on commit f3673c3

Please sign in to comment.