Skip to content

Commit 54133bf

Browse files
committed
Bump version to 0.2.1
1 parent 99f92d7 commit 54133bf

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.tkashkin.boiler (0.2.1) bionic; urgency=low
2+
3+
* Updated translations
4+
5+
-- tkashkin <tkashkin@gmail.com> Mon, 14 Jan 2019 19:15:08 +0300
6+
17
com.github.tkashkin.boiler (0.2.0) xenial; urgency=low
28

39
* Modularized

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.tkashkin.boiler', 'vala', 'c', version: '0.2.0')
1+
project('com.github.tkashkin.boiler', 'vala', 'c', version: '0.2.1')
22

33
i18n = import('i18n')
44
gnome = import('gnome')

modules/application/data/com.github.tkashkin.boiler.appdata.xml.in

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
</screenshots>
5151

5252
<releases>
53+
<release type="development" version="0.2.1" date="2019-01-14">
54+
<description>
55+
<p>Boiler is now split into separate modules. There is a shared library, a daemon listening DBus and a GTK+ application talking to daemon. Each device is also in its own module.</p>
56+
<p>French translation.</p>
57+
</description>
58+
</release>
5359
<release type="development" version="0.1.3" date="2018-08-12">
5460
<description>
5561
<p>More stable connecting/reconnecting.</p>

0 commit comments

Comments
 (0)