Skip to content

Commit 6864770

Browse files
committed
v2.0.14
1 parent 2e024bf commit 6864770

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

data/app.appdata.xml.in.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
<color type="primary" scheme_preference="dark">#427381</color>
3636
</branding>
3737
<releases>
38+
<release version="2.0.14" date="2024-08-23" urgency="medium">
39+
<description>
40+
<p>Install the SVG icon in the scalable folder and PNG icons otherwise</p>
41+
</description>
42+
</release>
3843
<release version="2.0.13" date="2024-08-23" urgency="medium">
3944
<description>
4045
<p>Add missing metada to validate to app on Flathub</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'com.github.joseexposito.touche',
3-
version: '2.0.13',
3+
version: '2.0.14',
44
license: 'GPL-3.0-or-later',
55
meson_version: '>= 0.56.0',
66
default_options: [ 'warning_level=2' ],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.joseexposito.touche",
3-
"version": "2.0.13",
3+
"version": "4",
44
"description": "Easily configure your touchpad and touchscreen multi-touch gestures using Touchégg with this GTK graphical user interface",
55
"author": "José Expósito",
66
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)