Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlong committed Jan 28, 2019
1 parent 9194a3b commit c028cee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion data/org.gnome.FeedReader.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@
<binary>feedreader</binary>
</provides>
<releases>
<release version="2.6.2" date="2018-12-03">
<release version="2.7.0" date="2019-01-28">
<description>
<ul>
<li>Fix thread safety issues, hopefully fix a lot of crashes</li>
</ul>
</description>
</release>
<release version="2.6.2" date="2019-01-24">
<description>
<ul>
<li>Fix version number</li>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('feedreader', ['vala', 'c'],
version: '2.6.2',
version: '2.7.0',
meson_version: '>= 0.44.1',
license: 'GPL-3.0',
default_options: ['prefix=/usr']
Expand Down

0 comments on commit c028cee

Please sign in to comment.