diff --git a/.gitignore b/.gitignore index 1b640eb..25158d7 100644 --- a/.gitignore +++ b/.gitignore @@ -140,6 +140,7 @@ dist .idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf +.idea/** # AWS User-specific .idea/**/aws.xml diff --git a/package.json b/package.json index 11c0bad..1d6e266 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emote-cloner", - "version": "1.1.4", + "version": "1.1.5", "private": true, "description": "Discord bot that clones BTTV/7TV emotes.", "main": "dist/bot.js",