From f795ddb7dcd5fbc6ce7549292da6c6e2d6e3dee9 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Sun, 13 Oct 2019 20:41:44 +0200 Subject: [PATCH] Bump version to 0.5.2 --- CHANGELOG.md | 4 ++++ data/com.github.huluti.ImCompressor.appdata.xml.in | 7 +++++++ meson.build | 2 +- src/window.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5e2a3..4c9c076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.5.2] - 2019-10-13 +### Fixed +- Fix build. + ## [0.5.1] - 2019-10-13 ### Added - Add Italian translation. diff --git a/data/com.github.huluti.ImCompressor.appdata.xml.in b/data/com.github.huluti.ImCompressor.appdata.xml.in index 51d72b0..b202800 100644 --- a/data/com.github.huluti.ImCompressor.appdata.xml.in +++ b/data/com.github.huluti.ImCompressor.appdata.xml.in @@ -32,6 +32,13 @@ com.github.huluti.ImCompressor.desktop + + +
    +
  • Fix build
  • +
+
+
    diff --git a/meson.build b/meson.build index 49f7ab8..de30970 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('imcompressor', - version: '0.5.1', + version: '0.5.2', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], diff --git a/src/window.py b/src/window.py index 4924585..0ecfe8e 100644 --- a/src/window.py +++ b/src/window.py @@ -248,7 +248,7 @@ def on_about(self, *args): dialog = Gtk.AboutDialog(transient_for=self) dialog.set_logo_icon_name('com.github.huluti.ImCompressor') dialog.set_program_name('ImCompressor') - dialog.set_version('0.5.1') + dialog.set_version('0.5.2') dialog.set_website('https://github.com/Huluti/ImCompressor') dialog.set_authors(['Hugo Posnic']) dialog.set_translator_credits(_("translator-credits"))