Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed May 15, 2017
1 parent ef26cbe commit b227901
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set (DATADIR "${CMAKE_INSTALL_PREFIX}/share")
set (PKGDATADIR "${DATADIR}/pantheon-terminal")
set (GETTEXT_PACKAGE "pantheon-terminal")
set (RELEASE_NAME "Fast and connected.")
set (VERSION "0.4.1")
set (VERSION "0.4.2")
set (VERSION_INFO "Release")
set (PREFIX ${CMAKE_INSTALL_PREFIX})
set (DOLLAR "$")
Expand Down
9 changes: 9 additions & 0 deletions data/pantheon-terminal.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
<binary>pantheon-terminal</binary>
</provides>
<releases>
<release version="0.4.2" date="2017-05-15" urgency="medium">
<description>
<ul>
<_li>Allow tab to close after typing exit at the commandline</_li>
<_li>Minor bug fixes</_li>
<_li>Translation updates</_li>
</ul>
</description>
</release>
<release version="0.4.1" date="2017-05-06" urgency="medium">
<description>
<ul>
Expand Down

0 comments on commit b227901

Please sign in to comment.