diff --git a/data/app.appdata.xml.in.in b/data/app.appdata.xml.in.in index 3f62819..0611071 100644 --- a/data/app.appdata.xml.in.in +++ b/data/app.appdata.xml.in.in @@ -30,6 +30,12 @@ + + +

Warn about Wayland usage. Touché and Touchégg are X11-only tools

+

Update Flatpak runtime to GNOME 46

+
+

The user interface has been redesigned for GNOME 45

diff --git a/meson.build b/meson.build index bf31493..f9398be 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'com.github.joseexposito.touche', - version: '2.0.11', + version: '2.0.12', license: 'GPL-3.0-or-later', meson_version: '>= 0.56.0', default_options: [ 'warning_level=2' ], diff --git a/package-lock.json b/package-lock.json index e65c069..aa45484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "com.github.joseexposito.touche", - "version": "2.0.11", + "version": "2.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "com.github.joseexposito.touche", - "version": "2.0.11", + "version": "2.0.12", "license": "GPL-3.0-or-later", "dependencies": { "core-js": "^3.26.0", diff --git a/package.json b/package.json index b7a3e76..7c95a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.github.joseexposito.touche", - "version": "2.0.11", + "version": "2.0.12", "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",