Skip to content

Commit

Permalink
Update JSON object with new service URL and name
Browse files Browse the repository at this point in the history
The service URL and name in the JSON object were updated from Twitter to X and from https://twitter.com to https://x.com.

The ID and version were also updated to x and 1.4.1.
  • Loading branch information
Abdul Hafiz Muhammad authored Sep 15, 2023
1 parent b707b37 commit 713a8e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/x/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "twitter",
"name": "Twitter",
"version": "1.4.0",
"id": "x",
"name": "X",
"version": "1.4.1",
"license": "MIT",
"repository": "https://github.com/ferdium/ferdium-recipes",
"config": {
"serviceURL": "https://twitter.com",
"serviceURL": "https://x.com",
"hasNotificationSound": true
}
}

0 comments on commit 713a8e5

Please sign in to comment.