aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all.json2
-rw-r--r--recipes/youtrack/package.json8
2 files changed, 6 insertions, 4 deletions
diff --git a/all.json b/all.json
index a269f65..fddb874 100644
--- a/all.json
+++ b/all.json
@@ -1647,7 +1647,7 @@
1647 "featured": false, 1647 "featured": false,
1648 "id": "youtrack", 1648 "id": "youtrack",
1649 "name": "YouTrack", 1649 "name": "YouTrack",
1650 "version": "1.1.0", 1650 "version": "1.2.0",
1651 "icons": { 1651 "icons": {
1652 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/youtrack/icon.svg" 1652 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/youtrack/icon.svg"
1653 } 1653 }
diff --git a/recipes/youtrack/package.json b/recipes/youtrack/package.json
index 53ea807..fe51ad3 100644
--- a/recipes/youtrack/package.json
+++ b/recipes/youtrack/package.json
@@ -1,12 +1,14 @@
1{ 1{
2 "id": "youtrack", 2 "id": "youtrack",
3 "name": "YouTrack", 3 "name": "YouTrack",
4 "version": "1.1.0", 4 "version": "1.2.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://{teamId}.myjetbrains.com/youtrack/", 7 "serviceURL": "https://{teamId}.myjetbrains.com/youtrack/",
8 "urlInputSuffix": ".myjetbrains.com",
9 "hasHostedOption": true,
8 "hasTeamId": true, 10 "hasTeamId": true,
9 "hasNotificationSound": true, 11 "hasCustomUrl": true,
10 "urlInputSuffix": ".myjetbrains.com" 12 "hasNotificationSound": true
11 } 13 }
12} 14}