Skip to content

Commit abd80f5

Browse files
committed
Version Bump
1 parent e416374 commit abd80f5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

data/com.github.subhadeepjasu.pebbles.appdata.xml.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@
9393
<content_attribute id="money-gambling">none</content_attribute>
9494
</content_rating>
9595
<releases>
96+
<release date="2021-09-19" version="2.0.2">
97+
<description>
98+
<p>Fixed:</p>
99+
<ul>
100+
<li>[Converter] Fix multiple errors in the converters</li>
101+
</ul>
102+
<p>Improved:</p>
103+
<ul>
104+
<li>[UI] Scale button font with app width (a11y)</li>
105+
</ul>
106+
</description>
107+
</release>
96108
<release date="2021-09-08" version="2.0.1">
97109
<description>
98110
<p>Improved:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project (
33
'com.github.subhadeepjasu.pebbles',
44
'vala', 'c',
5-
version: '2.0.1',
5+
version: '2.0.2',
66
)
77

88
# GNOME module

0 commit comments

Comments
 (0)