Skip to content

Commit 6cab5be

Browse files
committed
version bump
1 parent 3d65477 commit 6cab5be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

data/com.github.geigi.cozy.appdata.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<value key="Purism::form_factor">mobile</value>
5454
</custom>
5555
<releases>
56-
<release version="1.2.0" timestamp="1640949259">
56+
<release version="1.2.0" timestamp="1641661352">
5757
<description>
5858
<p>
5959
This release features a redesigned preference window. All settings can now be searched. Good news for mobile users too: the redesign should work a lot better on mobile devices now.
@@ -63,6 +63,7 @@
6363
<li>Preferences can now be searched</li>
6464
<li>Fix: position slider did not update the time correctly after an import scan</li>
6565
<li>Fix: after an import scan the library did not display the currently playing book correctly</li>
66+
<li>Multiple small bug fixes</li>
6667
<li>As always, updated translations thanks to all of the translators!</li>
6768
</ul>
6869
</description>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.geigi.cozy', version: '1.1.3')
1+
project('com.github.geigi.cozy', version: '1.2.0')
22

33
python = import('python3')
44
i18n = import('i18n')

0 commit comments

Comments
 (0)