Skip to content

Commit

Permalink
Release 6.2.0 (#699)
Browse files Browse the repository at this point in the history
* Release 6.2.0

* Update meson.build

* Update io.elementary.mail.appdata.xml.in

Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
danirabbit and cassidyjames committed Sep 27, 2021
1 parent e83c0c4 commit 56e99d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/io.elementary.mail.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017-2018 elementary, Inc. <[email protected]> -->
<!-- Copyright 2017-2021 elementary, Inc. <[email protected]> -->
<component type="desktop-application">
<id>io.elementary.mail</id>
<metadata_license>CC0-1.0</metadata_license>
Expand All @@ -22,7 +22,7 @@
<binary>io.elementary.mail</binary>
</provides>
<releases>
<release version="6.2.0" date="2021-09-09" urgency="medium">
<release version="6.2.0" date="2021-09-27" urgency="medium">
<description>
<p>New features:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.mail',
'vala', 'c',
version: '6.1.1'
version: '6.2.0'
)

gnome = import('gnome')
Expand Down

0 comments on commit 56e99d6

Please sign in to comment.