We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb034cc commit e6d0de0Copy full SHA for e6d0de0
dists/one.alynx.FlipClock.metainfo.xml
@@ -42,6 +42,13 @@
42
</screenshots>
43
44
<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>
52
<release version="2.9.2" date="2022-06-03">
53
<description>
54
<p>Fixed Android build.</p>
meson.build
@@ -8,7 +8,7 @@
8
project(
9
'flipclock',
10
'c',
11
- version: '2.9.2',
+ version: '2.10.0',
12
license: 'Apache-2.0',
13
default_options: ['c_std=c11', 'default_library=static']
14
)
0 commit comments