Skip to content

Commit

Permalink
Bump version to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Sep 5, 2022
1 parent 50ac867 commit 2e0f858
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<releases>
<release version="0.10.3" date="2022-09-05">
<description>
<ul>
<li>New start page layout</li>
<li>Fix memory leaks</li>
<li>Remove dark/light switcher</li>
<li>Remove metadata migration</li>
</ul>
</description>
</release>
<release version="0.10.2" date="2022-08-23">
<description>
<ul>
Expand Down
6 changes: 3 additions & 3 deletions data/com.github.unrud.VideoDownloader.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<translation type="gettext">video-downloader</translation>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Unrud/video-downloader/v0.10.2/screenshots/1.png</image>
<image>https://raw.githubusercontent.com/Unrud/video-downloader/v0.10.3/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/video-downloader/v0.10.2/screenshots/2.png</image>
<image>https://raw.githubusercontent.com/Unrud/video-downloader/v0.10.3/screenshots/2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/video-downloader/v0.10.2/screenshots/3.png</image>
<image>https://raw.githubusercontent.com/Unrud/video-downloader/v0.10.3/screenshots/3.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
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('video-downloader',
version: '0.10.2',
version: '0.10.3',
meson_version: '>= 0.59.0',
default_options: ['warning_level=2', 'werror=false'],
)
Expand Down

0 comments on commit 2e0f858

Please sign in to comment.