diff --git a/README.md b/README.md index ed86d33..7d07fad 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,8 @@ A correct and understandable issue contains : - Code that summonned the error - The complete error -You can also join me on my discord server. +You can also join me on my discord server. -#### My coding discord server -Discord server - -#### My discord bot support server Amandine support server # Download @@ -229,6 +225,10 @@ bot.login("super_secret_token") # Changelog +## v1.3.9 +- Edited links in README +- Bumped jimp from 0.14.0 to 0.16.1 + ## v1.3.8 - Edited the Rip() image - Fixed the Spank() colors diff --git a/package.json b/package.json index 69e30e2..052b485 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-image-generation", - "version": "1.3.8", + "version": "1.3.9", "description": "discord-image-generation is a powerfull module that allow you to generate awesome images.", "main": "src/index.js", "scripts": { @@ -31,6 +31,6 @@ "dependencies": { "canvas": "^2.6.1", "gifencoder": "^2.0.1", - "jimp": "^0.14.0" + "jimp": "^0.16.1" } }