Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Jul 28, 2017
1 parent 76223f7 commit 6c13b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set (DATADIR "${CMAKE_INSTALL_PREFIX}/share")
set (PKGDATADIR "${DATADIR}/${CMAKE_PROJECT_NAME}")
set (GETTEXT_PACKAGE "${CMAKE_PROJECT_NAME}")
set (RELEASE_NAME "Just a photogram.")
set (VERSION "0.1.3.1")
set (VERSION "0.1.4")
set (VERSION_INFO "Development")

list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
Expand Down
4 changes: 3 additions & 1 deletion data/screenshot-tool.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
<binary>screenshot</binary>
</provides>
<releases>
<release version="0.1.3.2" date="2017-mm-dd" urgency="medium">
<release version="0.1.4" date="2017-07-27" urgency="medium">
<description>
<ul>
<_li>New default folder to save screenshots</_li>
<_li>Remember main window position for reappearing window</_li>
<_li>Minor bug fixes</_li>
<_li>Translation updates</_li>
</ul>
</description>
</release>
Expand Down

0 comments on commit 6c13b83

Please sign in to comment.