Skip to content

Commit 38710a1

Browse files
committed
Create release 1.0.4
1 parent 3b374eb commit 38710a1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/picker.metainfo.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
</screenshots>
3535

3636
<releases>
37+
<release date="2022-06-18" version="1.0.4">
38+
<description>
39+
<ul>
40+
<li>Fix layout bug when opening multiple instances</li>
41+
<li>Make pick color button the default focused widget</li>
42+
<li>Remove payment option from appcenter</li>
43+
</ul>
44+
</description>
45+
</release>
3746
<release date="2022-06-08" version="1.0.3">
3847
<description>
3948
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.phoneybadger.picker', 'c', 'vala', version: '1.0.3')
1+
project('com.github.phoneybadger.picker', 'c', 'vala', version: '1.0.4')
22

33
subdir('src')
44
subdir('data')

0 commit comments

Comments
 (0)