Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Nov 14, 2020
1 parent 409de6a commit c636391
Show file tree
Hide file tree
Showing 4 changed files with 13 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.3] - 2020-11-14
### Changed
- Just update GNOME runtime.

## [0.8.2] - 2020-08-11
### Added
- Add Portuguese (Brazil) translation.
Expand Down
7 changes: 7 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,13 @@
<launchable type="desktop-id">com.github.huluti.ImCompressor.desktop</launchable>

<releases>
<release version="0.8.3" date="2020-11-14">
<description>
<ul>
<li>Just update GNOME runtime</li>
</ul>
</description>
</release>
<release version="0.8.2" date="2020-08-11">
<description>
<ul>
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.2',
version: '0.8.3',
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.2')
dialog.set_version('0.8.3')
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 c636391

Please sign in to comment.