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 34cd624 commit 1293fb3Copy full SHA for 1293fb3
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/8.1.1/data/screenshot.png</image>
+ <image>https://raw.githubusercontent.com/elementary/code/8.1.2/data/screenshot.png</image>
33
</screenshot>
34
<screenshot>
35
- <image>https://raw.githubusercontent.com/elementary/code/8.1.1/data/screenshot-dark.png</image>
+ <image>https://raw.githubusercontent.com/elementary/code/8.1.2/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: '8.1.1'
+ version: '8.1.2'
6
)
7
8
add_project_arguments([
0 commit comments