diff --git a/README.md b/README.md index cec64cd..126db04 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## MentionMe 3.2.11 +## MentionMe 3.2.12 A plugin for MyBB 1.8.x that allows Twitter-style tagging and integration with [MyAlerts](https://github.com/euantorano/MyAlerts) diff --git a/Upload/inc/plugins/mention.php b/Upload/inc/plugins/mention.php index 0636176..57e47e6 100644 --- a/Upload/inc/plugins/mention.php +++ b/Upload/inc/plugins/mention.php @@ -14,7 +14,7 @@ // checked by other plugin files define('IN_MENTIONME', true); -define('MENTIONME_VERSION', '3.2.11'); +define('MENTIONME_VERSION', '3.2.12'); // register custom class autoloader spl_autoload_register('mentionMeClassAutoLoad');