From cec55fc540a8563b39a77142eaaca2a0351c1cb7 Mon Sep 17 00:00:00 2001 From: Navneet Kumar Date: Fri, 28 Jun 2019 15:48:10 +0530 Subject: [PATCH] Update to 3.0.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ab25406..d87e56c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "froala/yii2-froala-editor", - "version": "3.0.0", + "version": "3.0.1", "description": "A beautiful WYSIWYG HTML text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.", "type": "yii2-extension", "keywords": [ @@ -23,7 +23,7 @@ ], "require": { "yiisoft/yii2": "^2.0", - "froala/wysiwyg-editor": "3.0.0", + "froala/wysiwyg-editor": "3.0.1", "rmrevin/yii2-fontawesome": "^2.0 | ^3.0" }, "autoload": {