Skip to content

Commit 1a69222

Browse files
authored
Release version 1.2.0 (#16)
* meson: Bump version to 1.2.0 * AppData: Add release info
1 parent b7863e0 commit 1a69222

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

data/com.manexim.insomnia.appdata.xml.in

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,29 @@
1616
<binary>com.manexim.insomnia</binary>
1717
</provides>
1818
​<releases>
19+
<release date="2022-01-08" version="1.2.0">
20+
<description>
21+
<p>New:</p>
22+
<ul>
23+
</ul>
24+
<p>Improved:</p>
25+
<ul>
26+
<li>Update to 6.1 runtime</li>
27+
</ul>
28+
<p>Fixed:</p>
29+
<ul>
30+
</ul>
31+
<p>Translations:</p>
32+
<ul>
33+
<li>Dutch (by Vistaus)</li>
34+
<li>French (by NathanBnm)</li>
35+
<li>German (by meisenzahl)</li>
36+
<li>Spanish (by JoseExposito)</li>
37+
<li>Serbian (by youngLights14)</li>
38+
<li>Russian (by asdffdsdaf)</li>
39+
</ul>
40+
</description>
41+
</release>
1942
<release date="2021-11-20" version="1.1.3">
2043
<description>
2144
<p>New:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.manexim.insomnia', 'vala', 'c', version: '1.1.3')
1+
project('com.manexim.insomnia', 'vala', 'c', version: '1.2.0')
22

33
# Include the translations module
44
i18n = import('i18n')

0 commit comments

Comments
 (0)