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. --- recipes/clickup/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes') 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-54-g00ecf