Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Apr 21, 2017
1 parent fd2556b commit 2b73b49
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 @@ -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.2")
set (VERSION "0.1.3")
set (VERSION_INFO "Development")

list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
Expand Down
9 changes: 9 additions & 0 deletions data/screenshot-tool.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
<binary>screenshot</binary>
</provides>
<releases>
<release version="0.1.3" date="2017-04-21" urgency="medium">
<description>
<ul>
<_li>Play shutter sound when a screenshot is taken"
<_li>Translation updates</_li>
<_li>Minor bug fixes</_li>
</ul>
</description>
</release>
<release version="0.1.2" date="2017-02-10" urgency="medium">
⁠<description>
<ul>
Expand Down

0 comments on commit 2b73b49

Please sign in to comment.