Skip to content

Commit 475005d

Browse files
authored
Release version 8.1.1 (#1645)
1 parent 956c12a commit 475005d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

data/code.metainfo.xml.in

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929

3030
<screenshots>
3131
<screenshot type="default">
32-
<image>https://raw.githubusercontent.com/elementary/code/8.1.0/data/screenshot.png</image>
32+
<image>https://raw.githubusercontent.com/elementary/code/8.1.1/data/screenshot.png</image>
3333
</screenshot>
3434
<screenshot>
35-
<image>https://raw.githubusercontent.com/elementary/code/8.1.0/data/screenshot-dark.png</image>
35+
<image>https://raw.githubusercontent.com/elementary/code/8.1.1/data/screenshot-dark.png</image>
3636
</screenshot>
3737
</screenshots>
3838

@@ -68,12 +68,8 @@
6868
<update_contact>contact_AT_elementary.io</update_contact>
6969

7070
<releases>
71-
<release version="8.2.0" date="2025-09-01" urgency="medium">
71+
<release version="8.1.1" date="2025-09-06" urgency="medium">
7272
<description>
73-
<p>Improvements:</p>
74-
<ul>
75-
<li></li>
76-
</ul>
7773
<p>Minor updates:</p>
7874
<ul>
7975
<li>The terminal pane is now synchronized with the Terminal app foreground, background and palette settings</li>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'io.elementary.code',
33
'vala', 'c',
44
meson_version: '>= 0.58.0',
5-
version: '8.1.0'
5+
version: '8.1.1'
66
)
77

88
add_project_arguments([

0 commit comments

Comments
 (0)