We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb969bf commit 04bf35fCopy full SHA for 04bf35f
2 files changed
data/code.metainfo.xml.in
@@ -29,10 +29,10 @@
29
30
<screenshots>
31
<screenshot type="default">
32
- <image>https://raw.githubusercontent.com/elementary/code/7.2.0/data/screenshot.png</image>
+ <image>https://raw.githubusercontent.com/elementary/code/7.3.0/data/screenshot.png</image>
33
</screenshot>
34
<screenshot>
35
- <image>https://raw.githubusercontent.com/elementary/code/7.2.0/data/screenshot-dark.png</image>
+ <image>https://raw.githubusercontent.com/elementary/code/7.3.0/data/screenshot-dark.png</image>
36
37
</screenshots>
38
meson.build
@@ -2,7 +2,7 @@ project(
2
'io.elementary.code',
3
'vala', 'c',
4
meson_version: '>= 0.58.0',
5
- version: '7.2.0'
+ version: '7.3.0'
6
)
7
8
add_project_arguments([
0 commit comments