From c513c0802dc80fff65888f5364bc12e8b25d91a8 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 28 Jul 2023 23:19:30 +0200 Subject: [PATCH] Bump version to 0.12.7 --- ...m.github.unrud.VideoDownloader.metainfo-releases.xml.in | 7 +++++++ data/com.github.unrud.VideoDownloader.metainfo.xml.in | 6 +++--- meson.build | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in b/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in index a4eb88f..749e383 100644 --- a/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in +++ b/data/com.github.unrud.VideoDownloader.metainfo-releases.xml.in @@ -1,5 +1,12 @@ + + +
    +
  • Update Persian translation
  • +
+
+
    diff --git a/data/com.github.unrud.VideoDownloader.metainfo.xml.in b/data/com.github.unrud.VideoDownloader.metainfo.xml.in index 8986c3c..98dd37a 100644 --- a/data/com.github.unrud.VideoDownloader.metainfo.xml.in +++ b/data/com.github.unrud.VideoDownloader.metainfo.xml.in @@ -30,13 +30,13 @@ video-downloader - https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.6/screenshots/1.png + https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.7/screenshots/1.png - https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.6/screenshots/2.png + https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.7/screenshots/2.png - https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.6/screenshots/3.png + https://raw.githubusercontent.com/Unrud/video-downloader/v0.12.7/screenshots/3.png diff --git a/meson.build b/meson.build index 3f8cfb8..791cc9c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('video-downloader', - version: '0.12.6', + version: '0.12.7', meson_version: '>= 0.62.0', default_options: ['warning_level=2', 'werror=false'], )