Skip to content

Commit 8ab50c4

Browse files
committed
Version bump and appdata update
1 parent 24912bb commit 8ab50c4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set (PKGDATADIR "${DATADIR}/com.github.alecaddd.sequeler")
1919

2020
set (EXEC_NAME "com.github.alecaddd.sequeler")
2121
set (RELEASE_NAME "Sequeler")
22-
set (VERSION "0.3.3")
22+
set (VERSION "0.3.4")
2323
set (VERSION_INFO "Friendly SQL Client")
2424

2525
# disable C compiler warnings

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
<binary>com.github.alecaddd.sequeler</binary>
2727
</provides>
2828
<releases>
29+
<release version="0.3.4" date="2017-10-23">
30+
<description>
31+
<p>Bug Fixes and Improvements</p>
32+
<ul>
33+
<li>Display Table lists for SQLite and PostgreSQL</li>
34+
<li>Refresh Table List view if tables change</li>
35+
<li>Removed unused GSettings</li>
36+
</ul>
37+
</description>
38+
</release>
2939
<release version="0.3.3" date="2017-10-20">
3040
<description>
3141
<p>This is so good you won't believe it. New Library UI, Schema Table, Custom Port, and more</p>

0 commit comments

Comments
 (0)