Skip to content

Commit 6e12915

Browse files
committed
Version bump for pre-release
1 parent 29eed80 commit 6e12915

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

data/com.github.alecaddd.sequeler.appdata.xml.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
<binary>com.github.alecaddd.sequeler</binary>
2727
</provides>
2828
<releases>
29+
<release version="0.5.8" date="2018-07-01">
30+
<description>
31+
<p>Light and Dark Mode Switch!</p>
32+
<ul>
33+
<li>Better Dark/Light mode switch in header bar.</li>
34+
<li>Add Russian translation.</li>
35+
<li>Updated Welcome screen with New Window command.</li>
36+
<li>Code cleanup.</li>
37+
</ul>
38+
</description>
39+
</release>
2940
<release version="0.5.7" date="2018-07-06">
3041
<description>
3142
<p>Official Juno release!</p>

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
com.github.alecaddd.sequeler (0.5.8) xenial; urgency=medium
2+
3+
* Better Dark/Light mode switch in header bar.
4+
* Add Russian translation.
5+
* Updated Welcome screen with New Window command.
6+
* Code cleanup.
7+
8+
-- Alessandro Castellani <[email protected]> Mon, 16 Jul 2018 12:28:00 -0500
9+
110
com.github.alecaddd.sequeler (0.5.7) xenial; urgency=medium
211

312
* Official Juno release.

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conf_data.set('DATADIR', get_option('datadir'))
55
conf_data.set('PKGDATADIR', get_option('datadir') + '/' + meson.project_name())
66
conf_data.set('GETTEXT_PACKAGE', meson.project_name())
77
conf_data.set('RELEASE_NAME', 'Sequeler')
8-
conf_data.set('VERSION', '0.5.7')
8+
conf_data.set('VERSION', '0.5.8')
99
conf_data.set('VERSION_INFO', 'Friendly SQL Client')
1010
conf_data.set('PREFIX', get_option('prefix'))
1111

0 commit comments

Comments
 (0)