Bump version

This commit is contained in:
Fedor A. Fetisov 2021-07-09 00:47:02 +03:00
parent c347db9d79
commit 068d9fa10f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "0.1.1", "version": "0.1.2",
"devDependencies": { "devDependencies": {
"gulp": "~4.0.0", "gulp": "~4.0.0",
"event-stream": "~3.1.7", "event-stream": "~3.1.7",