Bump version

This commit is contained in:
Fedor A. Fetisov 2019-03-11 18:08:06 +03:00
parent 81e1e76bbf
commit 5f807c29a3
2 changed files with 2 additions and 2 deletions

View File

@ -52,6 +52,6 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
*/ */
public static function getVersion() public static function getVersion()
{ {
return '0.1.0'; return '0.1.1';
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "bulk-logs-operations-plugin", "name": "bulk-logs-operations-plugin",
"version": "0.1.0", "version": "0.1.1",
"description": "A plugin for Mibew implementing bulk operations over the saved chat logs.", "description": "A plugin for Mibew implementing bulk operations over the saved chat logs.",
"private": true, "private": true,
"bugs": { "bugs": {