Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
donadigo committed Aug 20, 2017
1 parent 11a297c commit 71f656e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include (GNUInstallDirs)
set (DATADIR ${CMAKE_INSTALL_FULL_DATAROOTDIR})
set (PKGDATADIR "${DATADIR}/${CMAKE_PROJECT_NAME}")
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
set (VERSION "1.1.6")
set (VERSION "1.1.7")
set (VERSION_INFO "Stable")
set (EXEC_NAME com.github.donadigo.eddy)
set (PREFIX ${CMAKE_INSTALL_PREFIX})
Expand Down
12 changes: 12 additions & 0 deletions data/com.github.donadigo.eddy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@
<binary>com.github.donadigo.eddy</binary>
</provides>
<releases>
<release version="1.1.7" date="2017-08-20">
<description>
<p>Fixed:</p>
<ul>
<li>"About Eddy" now opens this AppCenter page</li>
</ul>
<p>Miscellaneous:</p>
<ul>
<li>Update application metadata</li>
</ul>
</description>
</release>
<release version="1.1.6" date="2017-07-16">
<description>
<ul>
Expand Down

0 comments on commit 71f656e

Please sign in to comment.