From efaf7893ebf100d1c5bbfc4ccef8e7044fe8e2ec Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 21 Feb 2020 12:51:59 +0100 Subject: #42 Fix invalid package configuration key "customURL" --- all.json | 2 +- mastodon.tar.gz | Bin 24181 -> 16713 bytes uncompressed/mastodon/package.json | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/all.json b/all.json index b03a544..4bb3cc5 100644 --- a/all.json +++ b/all.json @@ -873,7 +873,7 @@ "featured": false, "id": "mastodon", "name": "Mastodon", - "version": "1.1.0", + "version": "1.1.1", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/mastodon/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/mastodon/icon.svg" diff --git a/mastodon.tar.gz b/mastodon.tar.gz index a2dafc3..e1f4106 100644 Binary files a/mastodon.tar.gz and b/mastodon.tar.gz differ diff --git a/uncompressed/mastodon/package.json b/uncompressed/mastodon/package.json index bd72fbd..381551d 100644 --- a/uncompressed/mastodon/package.json +++ b/uncompressed/mastodon/package.json @@ -1,8 +1,8 @@ { "name": "Mastodon", "id": "mastodon", - "version": "1.1.0", - "description": "micro blog", + "version": "1.1.1", + "description": "Mastodon Recipe for Ferdi", "main": "index.js", "author": "The Ferdi Team and Kan Fushihara ", "license": "MIT", @@ -14,7 +14,7 @@ "hasNotificationSound": true, "hasIndirectMessages": false, "hasTeamID": true, - "customURL": true, + "hasCustomUrl": true, "hostedOnly": true, "webviewOptions": { "disablewebsecurity": "" -- cgit v1.2.3-70-g09d2