Skip to content

Commit

Permalink
Bump version to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Nov 15, 2020
1 parent 3420e35 commit 97a93b1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.8.4] - 2020-11-15
### Changed
- Just fix a packaging file.

## [0.8.3] - 2020-11-14
### Changed
- Just update GNOME runtime.
Expand Down
8 changes: 8 additions & 0 deletions data/com.github.huluti.ImCompressor.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
<launchable type="desktop-id">com.github.huluti.ImCompressor.desktop</launchable>

<releases>
<release version="0.8.4" date="2020-11-15">
<description>
<p>Here's the changelog of this version:</p>
<ul>
<li>Just fix a packaging file.</li>
</ul>
</description>
</release>
<release version="0.8.3" date="2020-11-14">
<description>
<p>Here's the changelog of this version:</p>
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('imcompressor',
version: '0.8.3',
version: '0.8.4',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,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.8.3')
dialog.set_version('0.8.4')
dialog.set_website('https://github.com/Huluti/ImCompressor')
dialog.set_authors(['Hugo Posnic'])
dialog.set_translator_credits(_("translator-credits"))
Expand Down

0 comments on commit 97a93b1

Please sign in to comment.