diff --git a/NEWS b/NEWS index f55a02bd..62c43e2d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ # NEWS +## 0.2.3 +Minor update + + - Various translation updates + ## 0.2.2 Minor update diff --git a/data/com.mattjakeman.ExtensionManager.appdata.xml.in b/data/com.mattjakeman.ExtensionManager.appdata.xml.in index 2b2cf262..30fa7f9d 100644 --- a/data/com.mattjakeman.ExtensionManager.appdata.xml.in +++ b/data/com.mattjakeman.ExtensionManager.appdata.xml.in @@ -38,6 +38,11 @@ extension-manager + + +

Translation updates

+
+

Translation updates

diff --git a/meson.build b/meson.build index 39a37e1c..8cac6241 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('extension-manager', 'c', - version: '0.2.2', + version: '0.2.3', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', 'c_std=gnu11', diff --git a/src/exm-application.c b/src/exm-application.c index c74c115a..1cb0ef19 100644 --- a/src/exm-application.c +++ b/src/exm-application.c @@ -111,7 +111,7 @@ exm_application_show_about (GSimpleAction *action, // TRANSLATORS: 'Name ' 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.2", + "version", "0.2.3", "copyright", "Copyright © Matthew Jakeman 2021", "license-type", GTK_LICENSE_GPL_3_0, "logo-icon-name", "com.mattjakeman.ExtensionManager",