Skip to content

Commit 7f244e1

Browse files
committed
Create release 1.1.0
1 parent 8d28767 commit 7f244e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/picker.metainfo.xml.in

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

3636
<releases>
37+
<release date="2022-07-03" version="1.1.0">
38+
<description>
39+
Add command line flag to open directly in color picking mode
40+
</description>
41+
</release>
3742
<release date="2022-06-18" version="1.0.4">
3843
<description>
3944
<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.4')
1+
project('com.github.phoneybadger.picker', 'c', 'vala', version: '1.1.0')
22

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

0 commit comments

Comments
 (0)