Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huluti committed Oct 13, 2019
1 parent 215a5d7 commit 0c8a398
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.5.1] - DEV
## [0.5.1] - 2019-10-13
### Added
- Add Italian translation.

Expand Down
9 changes: 9 additions & 0 deletions data/com.github.huluti.ImCompressor.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
<launchable type="desktop-id">com.github.huluti.ImCompressor.desktop</launchable>

<releases>
<release version="0.5.1" date="2019-10-13">
<description>
<ul>
<li>Fix opening files from file managers</li>
<li>Add Italian translation</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="0.5" date="2019-10-12">
<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.5',
version: '0.5.1',
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 @@ -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')
dialog.set_version('0.5.1')
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 0c8a398

Please sign in to comment.