Skip to content

Commit

Permalink
v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Sep 2, 2023
1 parent d2d4019 commit 4a46a64
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions data/app.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
</screenshot>
</screenshots>
<releases>
<release version="2.0.10" date="2023-09-02" urgency="medium">
<description>
<p>Update Flatpak runtime to GNOME 44</p>
<p>Workaround a meson error breaking AUR installation</p>
</description>
</release>
<release version="2.0.9" date="2023-05-02" urgency="medium">
<description>
<p>Added Dutch translation</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'com.github.joseexposito.touche',
version: '2.0.9',
version: '2.0.10',
license: 'GPL-3.0-or-later',
meson_version: '>= 0.56.0',
default_options: [ 'warning_level=2' ],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.github.joseexposito.touche",
"version": "2.0.9",
"version": "2.0.10",
"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",
Expand Down

0 comments on commit 4a46a64

Please sign in to comment.