From 4363dba42d57be87e07a6ccb73c1f60db73baa7c Mon Sep 17 00:00:00 2001 From: sjdonado Date: Sun, 24 Nov 2024 18:33:22 +0100 Subject: [PATCH] chore: update README + bump version --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bba52aa..373b018 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 098affe..d7bc9b8 100644 --- a/package.json +++ b/package.json @@ -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",