diff --git a/apps/cli/README.md b/apps/cli/README.md index 95018a52..72263167 100644 --- a/apps/cli/README.md +++ b/apps/cli/README.md @@ -4,7 +4,7 @@ 📚 **[View Full Documentation](https://docs.rocksky.app)** -![Rocksky CLI Preview](./preview.png) +![Rocksky CLI Preview](https://raw.githubusercontent.com/tsirysndr/rocksky/refs/heads/main/apps/cli/preview.png) ## Features - 🔐 Authenticate with your Rocksky account using OAuth diff --git a/apps/cli/package.json b/apps/cli/package.json index 145468c7..4a70b5bf 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rocksky/cli", - "version": "0.3.2", + "version": "0.3.3", "description": "Command-line interface for Rocksky – scrobble tracks, view stats, and manage your listening history", "main": "dist/index.js", "type": "module",