diff --git a/data/app.appdata.xml.in.in b/data/app.appdata.xml.in.in index 1d60d89..8eeb79b 100644 --- a/data/app.appdata.xml.in.in +++ b/data/app.appdata.xml.in.in @@ -30,6 +30,12 @@ + + +

Allow to configure touchscreen gestures: 2 and 5 fingers swipe and pinch

+

Update Flatpak runtime to GNOME 43

+
+

Added Finnish translation

diff --git a/meson.build b/meson.build index c81e0a8..0b5a4b8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'com.github.joseexposito.touche', - version: '2.0.6', + version: '2.0.7', 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 36ad365..413fed4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "com.github.joseexposito.touche", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85850cb..f5756f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.github.joseexposito.touche", - "version": "2.0.6", + "version": "2.0.7", "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",