Skip to content

Commit 27de240

Browse files
authored
Release version 8.1.0 (#1637)
* Release version 8.1.0 * Update release date
1 parent 8ffcf51 commit 27de240

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/code.metainfo.xml.in

Lines changed: 3 additions & 3 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.0.0/data/screenshot.png</image>
32+
<image>https://raw.githubusercontent.com/elementary/code/8.1.0/data/screenshot.png</image>
3333
</screenshot>
3434
<screenshot>
35-
<image>https://raw.githubusercontent.com/elementary/code/8.0.0/data/screenshot-dark.png</image>
35+
<image>https://raw.githubusercontent.com/elementary/code/8.1.0/data/screenshot-dark.png</image>
3636
</screenshot>
3737
</screenshots>
3838

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

7070
<releases>
71-
<release version="8.1.0" date="2025-07-14" urgency="medium">
71+
<release version="8.1.0" date="2025-08-01" urgency="medium">
7272
<description>
7373
<p>Improvements:</p>
7474
<ul>

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.0.0'
5+
version: '8.1.0'
66
)
77

88
add_project_arguments([

0 commit comments

Comments
 (0)