Skip to content

Commit d0832bc

Browse files
author
Alain M
committed
Release 2.0.8
1 parent 906abb0 commit d0832bc

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

data/com.github.alainm23.planner.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<binary>com.github.alainm23.planner</binary>
4949
</provides>
5050
​<releases>
51-
<release version="2.0.7" date="2020-01-17">
51+
<release version="2.0.8" date="2020-01-17">
5252
<description>
5353
<p>Planner 2 is here...</p>
5454
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('com.github.alainm23.planner',
22
'vala', 'c',
3-
version: '2.0.7')
3+
version: '2.0.8')
44

55
add_project_arguments([
66
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())

src/Dialogs/Preferences.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ public class Dialogs.Preferences : Gtk.Dialog {
654654
app_name.get_style_context ().add_class ("h3");
655655
app_name.margin_top = 6;
656656

657-
var version_label = new Gtk.Label ("v2.0.7");
657+
var version_label = new Gtk.Label ("v2.0.8");
658658
version_label.get_style_context ().add_class ("dim-label");
659659

660660
var web_item = new PreferenceItem ("web-browser", _("Homepage"));

src/Utils.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public class Utils : GLib.Object {
1313
public signal void magic_button_activated (int64 project_id, int64 section_id, int is_todoist, bool last, int index = 0);
1414

1515
public Utils () {
16-
//APP_FOLDER = GLib.Path.build_filename (Environment.get_home_dir () + "/.local/share/", "com.github.alainm23.planner");
1716
APP_FOLDER = GLib.Path.build_filename (Environment.get_user_data_dir (), "com.github.alainm23.planner");
1817
AVATARS_FOLDER = GLib.Path.build_filename (APP_FOLDER, "avatars");
1918
}

0 commit comments

Comments
 (0)