Skip to content

Commit 04bf35f

Browse files
authored
Release 7.3.0 (#1450)
1 parent bb969bf commit 04bf35f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/code.metainfo.xml.in

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

meson.build

+1-1
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.2.0'
5+
version: '7.3.0'
66
)
77

88
add_project_arguments([

0 commit comments

Comments
 (0)