Skip to content

Commit 852542b

Browse files
authored
Release 6.1.2 (#719)
1 parent 4995fee commit 852542b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

data/io.elementary.terminal.appdata.xml.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515

1616
<screenshots>
1717
<screenshot type="default">
18-
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.1/data/screenshot.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot.png</image>
1919
</screenshot>
2020
<screenshot>
21-
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.1/data/screenshot-light.png</image>
21+
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-light.png</image>
2222
</screenshot>
2323
<screenshot>
24-
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.1/data/screenshot-high-contrast.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-high-contrast.png</image>
2525
</screenshot>
2626
<screenshot>
27-
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.1/data/screenshot-find.png</image>
27+
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-find.png</image>
2828
</screenshot>
2929
<screenshot>
30-
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.1/data/screenshot-custom-style.png</image>
30+
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-custom-style.png</image>
3131
</screenshot>
3232
<screenshot>
33-
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.1/data/screenshot-paste-protection.png</image>
33+
<image>https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-paste-protection.png</image>
3434
</screenshot>
3535
</screenshots>
3636

@@ -51,7 +51,7 @@
5151
<update_contact>contact_AT_elementary.io</update_contact>
5252

5353
<releases>
54-
<release version="6.1.2" date="2023-02-22" urgency="medium">
54+
<release version="6.1.2" date="2023-04-03" urgency="medium">
5555
<description>
5656
<p>Other updates:</p>
5757
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.terminal',
33
'vala', 'c',
4-
version: '6.1.1',
4+
version: '6.1.2',
55
meson_version: '>=0.60'
66
)
77

0 commit comments

Comments
 (0)