Skip to content

Commit 39d6028

Browse files
authored
Release 8.1.0 (#544)
1 parent d771da0 commit 39d6028

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

data/keyboard.metainfo.xml.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
<screenshots>
1414
<screenshot type="default">
15-
<image>https://raw.githubusercontent.com/elementary/settings-keyboard/8.0.0/data/screenshot-layout.png</image>
15+
<image>https://raw.githubusercontent.com/elementary/settings-keyboard/8.1.0/data/screenshot-layout.png</image>
1616
</screenshot>
1717
<screenshot>
18-
<image>https://raw.githubusercontent.com/elementary/settings-keyboard/8.0.0/data/screenshot-input-method.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/settings-keyboard/8.1.0/data/screenshot-input-method.png</image>
1919
</screenshot>
2020
<screenshot>
21-
<image>https://raw.githubusercontent.com/elementary/settings-keyboard/8.0.0/data/screenshot-shortcuts.png</image>
21+
<image>https://raw.githubusercontent.com/elementary/settings-keyboard/8.1.0/data/screenshot-shortcuts.png</image>
2222
</screenshot>
2323
<screenshot>
24-
<image>https://raw.githubusercontent.com/elementary/settings-keyboard/8.0.0/data/screenshot-behavior.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/settings-keyboard/8.1.0/data/screenshot-behavior.png</image>
2525
</screenshot>
2626
</screenshots>
2727

@@ -40,7 +40,7 @@
4040
<update_contact>contact_at_elementary.io</update_contact>
4141

4242
<releases>
43-
<release version="8.1.0" date="2025-06-12" urgency="medium">
43+
<release version="8.1.0" date="2025-06-16" urgency="medium">
4444
<description>
4545
<p>Minor updates:</p>
4646
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'keyboard',
33
'vala', 'c',
4-
version: '8.0.2'
4+
version: '8.1.0'
55
)
66

77
gettext_name = 'io.elementary.settings.' + meson.project_name()

0 commit comments

Comments
 (0)