diff --git a/default/alert_actions.conf b/default/alert_actions.conf index 2f099f3..dba21c8 100644 --- a/default/alert_actions.conf +++ b/default/alert_actions.conf @@ -6,3 +6,4 @@ icon_path = appIcon.png alert.execute.cmd = send_apprise_alert.py alert.execute.cmd.arg.0 = --execute payload_format = json +python.version = python3 diff --git a/default/app.conf b/default/app.conf index 07e46a6..c4a80c4 100644 --- a/default/app.conf +++ b/default/app.conf @@ -12,5 +12,5 @@ label = Apprise Alert Action [launcher] author = Michael Clayfield -version = 1.1.1 +version = 1.1.2 description = Alert Action based on Apprise, for sending alerts to many different sources.