Skip to content

Commit e6d0de0

Browse files
committed
2.10.0
1 parent fb034cc commit e6d0de0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dists/one.alynx.FlipClock.metainfo.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
</screenshots>
4343

4444
<releases>
45+
<release version="2.10.0" date="2022-06-05">
46+
<description>
47+
<p>Added card for second.</p>
48+
<p>Updated touch event handling.</p>
49+
<p>Updated arguments handling.</p>
50+
</description>
51+
</release>
4552
<release version="2.9.2" date="2022-06-03">
4653
<description>
4754
<p>Fixed Android build.</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
project(
99
'flipclock',
1010
'c',
11-
version: '2.9.2',
11+
version: '2.10.0',
1212
license: 'Apache-2.0',
1313
default_options: ['c_std=c11', 'default_library=static']
1414
)

0 commit comments

Comments
 (0)