Skip to content

Commit 7cdb9b1

Browse files
author
Alain M
committed
Release 1.2.1
1 parent 195523b commit 7cdb9b1

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@
2929
<binary>com.github.alainm23.planner</binary>
3030
</provides>
3131
​<releases>
32-
<release version="1.2" date="2019-01-18">
32+
<release version="1.2.1" date="2019-01-18">
3333
<description>
3434
<p>Improvements:</p>
35-
<ul>
36-
<li>Better reminder notifications</li>
37-
<li>Improvement default theme</li>
38-
<li>Redesign 'when' popover</li>
39-
<li>New 'About' view</li>
40-
<li>New 'Credits' view</li>
41-
<li>Redesign 'Issues' view</li>
42-
<li>New task search</li>
43-
<li>Adding support to import and export projects</li>
44-
</ul>
35+
<ul>
36+
<li>Better reminder notifications</li>
37+
<li>Improvement default theme</li>
38+
<li>Redesign 'when' popover</li>
39+
<li>New 'About' view</li>
40+
<li>New 'Credits' view</li>
41+
<li>Redesign 'Issues' view</li>
42+
<li>New task search</li>
43+
<li>Adding support to import and export projects</li>
44+
</ul>
4545
<p>Translations:</p>
46-
<ul>
47-
<li>German (kr428)</li>
48-
<li>French (NathanBnm)</li>
49-
<li>Update Spanish translation</li>
50-
</ul>
46+
<ul>
47+
<li>German (kr428)</li>
48+
<li>French (NathanBnm)</li>
49+
<li>Update Spanish translation</li>
50+
</ul>
5151
</description>
5252
</release>
5353
<release version="1.1.1" date="2019-01-11">

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: '1.2')
3+
version: '1.2.1')
44

55
gnome = import('gnome')
66
i18n = import('i18n')

src/Dialogs/PreferencesDialog.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ public class Dialogs.PreferencesDialog : Gtk.Dialog {
12401240
planner_icon.halign = Gtk.Align.CENTER;
12411241
planner_icon.hexpand = true;
12421242

1243-
var planner_label = new Gtk.Label ("Planner 1.2");
1243+
var planner_label = new Gtk.Label ("Planner 1.2.1");
12441244
planner_label.get_style_context ().add_class (Granite.STYLE_CLASS_H3_LABEL);
12451245
planner_label.halign = Gtk.Align.CENTER;
12461246
planner_label.hexpand = true;

0 commit comments

Comments
 (0)