diff --git a/README.md b/README.md index 9b82d9a..24efe0c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## A plugin for [Dragory's ModMail](https://github.com/dragory/modmailbot) that changes messages to embeds -**Currently on Version 1.1** +**Currently on Version 1.1.1** Plugin written and maintained by [DarkView](https://github.com/DarkView) (Dark#1010 on Discord) ## Setup diff --git a/embedMessages.js b/embedMessages.js index 610a3da..c4b0461 100644 --- a/embedMessages.js +++ b/embedMessages.js @@ -1,6 +1,6 @@ module.exports = async function ({ config, bot, formats }) { const moment = require("moment"); - const pluginVersion = "1.0.0"; + const pluginVersion = "1.1.1"; const KEY = "em"; const truthyValues = ["on", "1", "true"]; const falsyValues = ["off", "0", "false", "null"];