aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pushover/package.json
diff options
context:
space:
mode:
authorLibravatar daudfatihah <daudfatihah35@yahoo.com>2023-10-18 07:10:46 +0800
committerLibravatar GitHub <noreply@github.com>2023-10-18 00:10:46 +0100
commit5265ba8afab7c64133341474272d6995092a47aa (patch)
tree6d787a513870a3cf139665e0edebffb5a8abeccc /recipes/pushover/package.json
parentHandle Discord download links within Ferdium (#436) (diff)
downloadferdium-recipes-5265ba8afab7c64133341474272d6995092a47aa.tar.gz
ferdium-recipes-5265ba8afab7c64133341474272d6995092a47aa.tar.zst
ferdium-recipes-5265ba8afab7c64133341474272d6995092a47aa.zip
Update PushOver notification count (#431)
* Update webview.js change to check message_row class quantity instead app_count. * Update package.json * Fix lint and CI --------- Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
Diffstat (limited to 'recipes/pushover/package.json')
-rw-r--r--recipes/pushover/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pushover/package.json b/recipes/pushover/package.json
index 22a9db3..c56750b 100644
--- a/recipes/pushover/package.json
+++ b/recipes/pushover/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "pushover", 2 "id": "pushover",
3 "name": "Pushover", 3 "name": "Pushover",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/jdwhite/franz-recipe-pushover", 6 "repository": "https://github.com/jdwhite/franz-recipe-pushover",
7 "config": { 7 "config": {