aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all.json2
-rw-r--r--recipes/jira/package.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/all.json b/all.json
index ffd2bce..b1e0ead 100644
--- a/all.json
+++ b/all.json
@@ -719,7 +719,7 @@
719 "featured": false, 719 "featured": false,
720 "id": "jira", 720 "id": "jira",
721 "name": "Jira", 721 "name": "Jira",
722 "version": "1.2.0", 722 "version": "1.2.1",
723 "icons": { 723 "icons": {
724 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jira/icon.png", 724 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jira/icon.png",
725 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jira/icon.svg" 725 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jira/icon.svg"
diff --git a/recipes/jira/package.json b/recipes/jira/package.json
index 77adaa7..98e98b8 100644
--- a/recipes/jira/package.json
+++ b/recipes/jira/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "jira", 2 "id": "jira",
3 "name": "Jira", 3 "name": "Jira",
4 "version": "1.2.0", 4 "version": "1.2.1",
5 "description": "Jira", 5 "description": "Jira",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Leonardo Bragatti <leonardo.bragatti@gmail.com> and The Ferdi Team <hello@getferdi.com>", 7 "author": "Leonardo Bragatti <leonardo.bragatti@gmail.com> and The Ferdi Team <hello@getferdi.com>",
@@ -9,6 +9,7 @@
9 "config": { 9 "config": {
10 "serviceURL": "https://{teamId}.atlassian.net", 10 "serviceURL": "https://{teamId}.atlassian.net",
11 "urlInputSuffix": ".atlassian.net", 11 "urlInputSuffix": ".atlassian.net",
12 "hasHostedOption": true,
12 "hasTeamId": true, 13 "hasTeamId": true,
13 "hasCustomUrl": true, 14 "hasCustomUrl": true,
14 "hasNotificationSound": true 15 "hasNotificationSound": true