diff --git a/appinfo/info.xml b/appinfo/info.xml
index b2ff1d1..5a2a1dc 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -28,7 +28,7 @@ This app lets every user configure their own Deck automation workflows from Pers
A background job periodically evaluates all enabled workflows and moves cards whose due date has passed, using Deck's own internal PHP classes only (no HTTP/OCS calls).
]]>
- 0.2.1
+ 0.2.2
agpl
Patrick Niebeling
WorkflowDeckAutomation
diff --git a/package.json b/package.json
index cf9aa05..3856c16 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "workflow_deck_automation",
- "version": "0.2.1",
+ "version": "0.2.2",
"private": true,
"type": "module",
"description": "Automates moving overdue Deck cards between stacks, configurable per user.",