Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkView committed Aug 11, 2021
1 parent 5c03090 commit 40e8a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion embedMessages.js
Original file line number Diff line number Diff line change
@@ -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"];
Expand Down

0 comments on commit 40e8a44

Please sign in to comment.