aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all.json2
-rw-r--r--recipes/clickup/package.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/all.json b/all.json
index e9f08f8..88f8848 100644
--- a/all.json
+++ b/all.json
@@ -213,7 +213,7 @@
213 "featured": false, 213 "featured": false,
214 "id": "clickup", 214 "id": "clickup",
215 "name": "ClickUp", 215 "name": "ClickUp",
216 "version": "2.0.0", 216 "version": "2.1.0",
217 "icons": { 217 "icons": {
218 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clickup/icon.png", 218 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clickup/icon.png",
219 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clickup/icon.svg" 219 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clickup/icon.svg"
diff --git a/recipes/clickup/package.json b/recipes/clickup/package.json
index b44529e..6c1e57f 100644
--- a/recipes/clickup/package.json
+++ b/recipes/clickup/package.json
@@ -1,13 +1,14 @@
1{ 1{
2 "id": "clickup", 2 "id": "clickup",
3 "name": "ClickUp", 3 "name": "ClickUp",
4 "version": "2.0.0", 4 "version": "2.1.0",
5 "description": "ClickUp Productivity Software", 5 "description": "ClickUp Productivity Software",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Genesis Guerrero", 7 "author": "Genesis Guerrero",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://app.clickup.com", 10 "serviceURL": "https://app.clickup.com",
11 "hasCustomUrl": true,
11 "hasNotificationSound": true 12 "hasNotificationSound": true
12 } 13 }
13} 14}