From 8dc76bcf29ae13c10ad3516e554502a6173b23c4 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 29 Jun 2021 20:56:08 +0530 Subject: Allow the user to edit the url for 'clickup' - so that they can add the optional workspace. --- all.json | 2 +- recipes/clickup/package.json | 3 ++- 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 @@ "featured": false, "id": "clickup", "name": "ClickUp", - "version": "2.0.0", + "version": "2.1.0", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/clickup/icon.png", "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 @@ { "id": "clickup", "name": "ClickUp", - "version": "2.0.0", + "version": "2.1.0", "description": "ClickUp Productivity Software", "main": "index.js", "author": "Genesis Guerrero", "license": "MIT", "config": { "serviceURL": "https://app.clickup.com", + "hasCustomUrl": true, "hasNotificationSound": true } } -- cgit v1.2.3-70-g09d2