Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 25c182d

Browse files
committed
1.1.2
1 parent 7d9a8b7 commit 25c182d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set (EXEC_NAME "com.github.mdh34.quickdocs")
1818
set (RELEASE_NAME "")
19-
set (VERSION "1.1.1")
19+
set (VERSION "1.1.2")
2020
set (VERSION_INFO "")
2121
set (DEPS_PKG
2222
gtk+-3.0

data/com.github.mdh34.quickdocs.appdata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
<url type="homepage">https://github.com/mdh34/quickDocs</url>
2222
<url type="bugtracker">https://github.com/mdh34/quickDocs/issues</url>
2323
<releases>
24+
<release version="1.1.2" date="2018-01-20">
25+
<description>
26+
<ul>
27+
<li>Minor UI tweaks</li>
28+
</ul>
29+
</description>
30+
</release>
2431
<release version="1.1.1" date="2018-01-15">
2532
<description>
2633
<ul>

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
com.github.mdh34.quickdocs (1.1.2) xenial; urgency=low
2+
3+
* Minor UI tweaks
4+
-- Matt Harris <[email protected]> Sat, 20 Jan 2017 09:00:00 +0000
5+
16
com.github.mdh34.quickdocs (1.1.1) xenial; urgency=low
27

38
* New keyboard shortcut! Press ctrl+tab to switch tabs

0 commit comments

Comments
 (0)