diff --git a/README.md b/README.md index 9f8c0bf..c564381 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ Also, this is a good alternative, in case you don't like using Epic's client or To which I will say, why not? Most of these games are actually outstanding games! Even if you don't like Epic and their shenanigans, you will be pleased to know that Epic actually funds all the free copies that are given away: ["But we actually found it was more economical to pay developers [a lump sum] to distribute their game free for two weeks..."](https://arstechnica.com/gaming/2019/03/epic-ceo-youre-going-to-see-lower-prices-on-epic-games-store/) ## Changelog +### V1.5.5 + * Fixed testing (#137) + * Fixed getting slug (for addons) (#134 #135 #136) ### V1.5.4 * Create data directory to improve k8s convenience (#123) * Added optional Pushbullet notifications, if `pushbulletApiKey` option is present in `config.json` (#131) diff --git a/package.json b/package.json index 0fc31b0..f3badae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epicgames-freebies-claimer", - "version": "1.5.4", + "version": "1.5.5", "description": "Claim free game promotions from the Epic Game Store", "author": { "name": "Revadike",