Skip to content

Commit 71f656e

Browse files
committed
Release 1.1.7
1 parent 11a297c commit 71f656e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include (GNUInstallDirs)
55
set (DATADIR ${CMAKE_INSTALL_FULL_DATAROOTDIR})
66
set (PKGDATADIR "${DATADIR}/${CMAKE_PROJECT_NAME}")
77
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
8-
set (VERSION "1.1.6")
8+
set (VERSION "1.1.7")
99
set (VERSION_INFO "Stable")
1010
set (EXEC_NAME com.github.donadigo.eddy)
1111
set (PREFIX ${CMAKE_INSTALL_PREFIX})

data/com.github.donadigo.eddy.appdata.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@
2121
<binary>com.github.donadigo.eddy</binary>
2222
</provides>
2323
<releases>
24+
<release version="1.1.7" date="2017-08-20">
25+
<description>
26+
<p>Fixed:</p>
27+
<ul>
28+
<li>"About Eddy" now opens this AppCenter page</li>
29+
</ul>
30+
<p>Miscellaneous:</p>
31+
<ul>
32+
<li>Update application metadata</li>
33+
</ul>
34+
</description>
35+
</release>
2436
<release version="1.1.6" date="2017-07-16">
2537
<description>
2638
<ul>

0 commit comments

Comments
 (0)