Skip to content

Commit a1b97f2

Browse files
jeremypwzeebok
andauthored
Release v8.0.0 (#1590)
* Release v8.0.0 * Update release date * Update release date --------- Co-authored-by: Ryan Kornheisl <[email protected]>
1 parent 55ec808 commit a1b97f2

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/7.4.0/data/screenshot.png</image>
32+
<image>https://raw.githubusercontent.com/elementary/code/8.0.0/data/screenshot.png</image>
3333
</screenshot>
3434
<screenshot>
35-
<image>https://raw.githubusercontent.com/elementary/code/7.4.0/data/screenshot-dark.png</image>
35+
<image>https://raw.githubusercontent.com/elementary/code/8.0.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.0.0" date="2025-06-13" urgency="medium">
71+
<release version="8.0.0" date="2025-06-20" 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: '7.4.0'
5+
version: '8.0.0'
66
)
77

88
add_project_arguments([

0 commit comments

Comments
 (0)