diff --git a/data/app.appdata.xml.in.in b/data/app.appdata.xml.in.in index 10ebaab..1d60d89 100644 --- a/data/app.appdata.xml.in.in +++ b/data/app.appdata.xml.in.in @@ -30,6 +30,11 @@ + + +

Added Finnish translation

+
+

Add support for GNOME 42, including dark mode

diff --git a/meson.build b/meson.build index 9e1ec10..c81e0a8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'com.github.joseexposito.touche', - version: '2.0.5', + version: '2.0.6', license: 'GPL-3.0-or-later', meson_version: '>= 0.49.0', default_options: [ 'warning_level=2' ], diff --git a/package-lock.json b/package-lock.json index a19b3d4..622a8ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "com.github.joseexposito.touche", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1cffe09..757a378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.github.joseexposito.touche", - "version": "2.0.5", + "version": "2.0.6", "description": "Easily configure your touchpad and touchscreen multi-touch gestures using Touchégg with this GTK graphical user interface", "author": "José Expósito", "license": "GPL-3.0-or-later",