forked from FOSS/BangleApps
dragboard: update version for fix
parent
99bb9a2d2e
commit
33c5bd1b79
|
@ -8,3 +8,4 @@
|
||||||
0.08: Catch and discard swipe events on fw2v19 and up (as well as some cutting
|
0.08: Catch and discard swipe events on fw2v19 and up (as well as some cutting
|
||||||
edge 2v18 ones), allowing compatability with the Back Swipe app.
|
edge 2v18 ones), allowing compatability with the Back Swipe app.
|
||||||
0.09: Fix colors settings, where color was stored as string instead of the expected int.
|
0.09: Fix colors settings, where color was stored as string instead of the expected int.
|
||||||
|
0.10: Fix touch region for letters
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "dragboard",
|
{ "id": "dragboard",
|
||||||
"name": "Dragboard",
|
"name": "Dragboard",
|
||||||
"version":"0.09",
|
"version":"0.10",
|
||||||
"description": "A library for text input via swiping keyboard",
|
"description": "A library for text input via swiping keyboard",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type":"textinput",
|
"type":"textinput",
|
||||||
|
|
Loading…
Reference in New Issue