diff --git a/README.md b/README.md index 12e5fac..86adc7c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ npm i @mrrobotdotapp/suppresscache ``` This file is used on [the bot](https://mrrobot.app) for no cache files from CDNs. -Discord uses CloudFlare for caching management which can be problematic when you change an image and display it on the platform. +Discord uses CloudFlare for caching management which can be problematic when you change an image and display it on the platform. Even after a change on your side, Discord can still keep the old version in its cache. > **Note** diff --git a/package.json b/package.json index 2c0a5d7..dc9d2f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mrrobotdotapp/suppresscache", - "version": "0.2.0", + "version": "0.3.0", "description": "Randomly generate a string to clear the cache of CloudFlare or other CDN.", "main": "src/index.js", "scripts": {