Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Jun 20, 2018
1 parent 5fa8b48 commit 6eca562
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions data/io.elementary.terminal.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
</screenshot>
</screenshots>
<releases>
<release version="0.5.0" date="2018-06-19" urgency="medium">
<description>
<ul>
<li>FISH integration fixes</li>
<li>Theme preference menu</li>
<li>Zoom level controls</li>
<li>Minor bug fixes</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="0.4.3" date="2017-07-22" urgency="medium">
<description>
<ul>
Expand Down
6 changes: 5 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
project('io.elementary.terminal', 'vala', 'c')
project(
'io.elementary.terminal',
'vala', 'c',
version: '0.5.0'
)

if meson.get_compiler('vala').version().version_compare('<0.40')
error('Missing required dependency: valac >= 0.40')
Expand Down

0 comments on commit 6eca562

Please sign in to comment.