Skip to content

Commit

Permalink
Release 8.1.0 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 23, 2024
1 parent 57c327d commit 02afe85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions data/installer.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@

<screenshots>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-language.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-language.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-keyboard.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-keyboard.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-try-install.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-try-install.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-custom.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-custom.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-encrypt.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-encrypt.png</image>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-progress.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-progress.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/installer/8.0.0/data/screenshot-success.png</image>
<image>https://raw.githubusercontent.com/elementary/installer/8.1.0/data/screenshot-success.png</image>
</screenshot>
</screenshots>

Expand All @@ -56,7 +56,7 @@
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="8.0.1" date="2024-09-11" urgency="medium">
<release version="8.1.0" date="2024-10-21" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'io.elementary.installer',
'vala', 'c',
meson_version : '>= 0.56.0',
version: '8.0.0'
version: '8.1.0'
)

add_global_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"', language:'c')
Expand Down

0 comments on commit 02afe85

Please sign in to comment.