Skip to content

Commit

Permalink
Merge pull request #93 from mjakeman/update-version
Browse files Browse the repository at this point in the history
Release Version 0.2.2
  • Loading branch information
mjakeman authored Feb 2, 2022
2 parents 24bd628 + 5b80dbf commit d3db834
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NEWS

## 0.2.2
Minor update

- Various translation updates
- Fix special characters in search results

## 0.2.1
Hotfix update

Expand Down
6 changes: 6 additions & 0 deletions data/com.mattjakeman.ExtensionManager.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
</keywords>
<translation type="gettext">extension-manager</translation>
<releases>
<release version="0.2.2" date="2022-02-02">
<description>
<p>Translation updates</p>
<p>Fix special characters in search results</p>
</description>
</release>
<release version="0.2.1" date="2022-01-24">
<description>
<p>Fixes a crash that sometimes occurs while uninstalling an extension</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('extension-manager', 'c',
version: '0.2.1',
version: '0.2.2',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
'c_std=gnu11',
Expand Down
2 changes: 1 addition & 1 deletion src/exm-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ exm_application_show_about (GSimpleAction *action,
// TRANSLATORS: 'Name <[email protected]>' or 'Name https://website.example'
"translator-credits", _("translator-credits"),
"comments", _("A very simple tool for browsing, downloading, and managing GNOME shell extensions."),
"version", "0.2.1",
"version", "0.2.2",
"copyright", "Copyright © Matthew Jakeman 2021",
"license-type", GTK_LICENSE_GPL_3_0,
"logo-icon-name", "com.mattjakeman.ExtensionManager",
Expand Down

0 comments on commit d3db834

Please sign in to comment.