Skip to content

Commit

Permalink
chore: update README + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdonado committed Nov 24, 2024
1 parent 2508a85 commit 4363dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Copy a link from your favorite streaming service, paste it into the search bar,
Adapters represent the streaming services supported by the Web App and the Raycast Extension. Each adapter allows the app to convert links from one platform to others. The table below shows which features are available for each one:

| Adapter | Inverted Search | Official API | Verified Links |
| ---------------- | --------------- | ----------------------- | -------------- |
| ---------------- | --------------- | ---------------------- | -------------- |
| Spotify | Yes | Yes | Yes |
| Tidal | Yes | Yes | Yes |
| YouTube Music | Yes | No | Yes |
| Apple Music | Yes | No | Yes |
| Deezer | Yes | Yes | Yes |
| SoundCloud | Yes | No | Yes |
| Tidal | No | No (coming soon) | No |

## Web App

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idonthavespotify",
"version": "1.4.1",
"version": "1.5.0",
"scripts": {
"dev": "concurrently \"bun run build:dev\" \"bun run --watch www/bin.ts\"",
"build:dev": "vite build --mode=development --watch",
Expand Down

0 comments on commit 4363dba

Please sign in to comment.