Skip to content

Commit 40e8a44

Browse files
committed
Bump Version
1 parent 5c03090 commit 40e8a44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## A plugin for [Dragory's ModMail](https://github.com/dragory/modmailbot) that changes messages to embeds
2-
**Currently on Version 1.1**
2+
**Currently on Version 1.1.1**
33
Plugin written and maintained by [DarkView](https://github.com/DarkView) (Dark#1010 on Discord)
44

55
## Setup

embedMessages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = async function ({ config, bot, formats }) {
22
const moment = require("moment");
3-
const pluginVersion = "1.0.0";
3+
const pluginVersion = "1.1.1";
44
const KEY = "em";
55
const truthyValues = ["on", "1", "true"];
66
const falsyValues = ["off", "0", "false", "null"];

0 commit comments

Comments
 (0)