diff --git a/CHANGELOG.md b/CHANGELOG.md index 161836d..f707f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.4 + +* Fixed the RPC not working (yes, again.) + ## 1.2.3 * Fixed the RPC not working diff --git a/package.json b/package.json index f637f20..4c8226f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deezer-discord-rpc", - "version": "1.2.3", + "version": "1.2.4", "description": "A Discord RPC for Deezer", "main": "./build/src/index.js", "scripts": {