diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-11 07:40:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-17 14:05:03 +0200 |
commit | 5932586ee4c573903dbd40b4f422ffb2819b9ba2 (patch) | |
tree | 3c6d504c5acbc984011bbb4ad81654cfb98c4fe4 /global-functions.rsc | |
parent | 5fbf584d4ca128e5acfd0424ec66e2edc24dd946 (diff) |
introduce mod/notification-ntfy...change-109
... for sending notifications via Ntfy (https://ntfy.sh/).
TODO: use proper formatting once supported in Android app:
https://github.com/binwiederhier/ntfy/issues/889
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 876f7d8..2433e57 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 108; +:global ExpectedConfigVersion 109; # global variables not to be changed by user :global GlobalFunctionsReady false; |