From 6066caabfb1f32ec6f1a4dd052d3d937afbfd604 Mon Sep 17 00:00:00 2001 From: Abdul Hafiz Muhammad Date: Sun, 24 Sep 2023 07:28:50 -0400 Subject: Update Twitter recipe to X (#423) --- recipes/twitter/icon.svg | 10 +++++++++- recipes/twitter/package.json | 10 ++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/recipes/twitter/icon.svg b/recipes/twitter/icon.svg index 8277996..3091603 100644 --- a/recipes/twitter/icon.svg +++ b/recipes/twitter/icon.svg @@ -1 +1,9 @@ - \ No newline at end of file + + + + + + + + + diff --git a/recipes/twitter/package.json b/recipes/twitter/package.json index 4a1801f..269f8aa 100644 --- a/recipes/twitter/package.json +++ b/recipes/twitter/package.json @@ -1,11 +1,13 @@ { "id": "twitter", - "name": "Twitter", - "version": "1.4.0", + "name": "X", + "version": "1.4.1", "license": "MIT", - "repository": "https://github.com/ferdium/ferdium-recipes", + "aliases": [ + "Twitter" + ], "config": { - "serviceURL": "https://twitter.com", + "serviceURL": "https://x.com", "hasNotificationSound": true } } -- cgit v1.2.3-54-g00ecf