Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Jun 5, 2022
1 parent fb034cc commit e6d0de0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dists/one.alynx.FlipClock.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
</screenshots>

<releases>
<release version="2.10.0" date="2022-06-05">
<description>
<p>Added card for second.</p>
<p>Updated touch event handling.</p>
<p>Updated arguments handling.</p>
</description>
</release>
<release version="2.9.2" date="2022-06-03">
<description>
<p>Fixed Android build.</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
project(
'flipclock',
'c',
version: '2.9.2',
version: '2.10.0',
license: 'Apache-2.0',
default_options: ['c_std=c11', 'default_library=static']
)
Expand Down

0 comments on commit e6d0de0

Please sign in to comment.