Skip to content

Commit 789487b

Browse files
authored
Release 7.0.0 (#1247)
1 parent bcf9c3b commit 789487b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/code.metainfo.xml.in

+3-3
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/6.2.0/data/screenshot.png</image>
32+
<image>https://raw.githubusercontent.com/elementary/code/7.0.0/data/screenshot.png</image>
3333
</screenshot>
3434
<screenshot>
35-
<image>https://raw.githubusercontent.com/elementary/code/6.2.0/data/screenshot-dark.png</image>
35+
<image>https://raw.githubusercontent.com/elementary/code/7.0.0/data/screenshot-dark.png</image>
3636
</screenshot>
3737
</screenshots>
3838

@@ -62,7 +62,7 @@
6262
<update_contact>contact_AT_elementary.io</update_contact>
6363

6464
<releases>
65-
<release version="7.0.0" date="2023-01-16" urgency="medium">
65+
<release version="7.0.0" date="2023-01-23" urgency="medium">
6666
<description>
6767
<p>Improvements:</p>
6868
<ul>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.code',
33
'vala', 'c',
4-
version: '6.2.0'
4+
version: '7.0.0'
55
)
66

77
add_project_arguments([

0 commit comments

Comments
 (0)