From 90070194e4520e6f0b20e5f8b8b185dd08c87027 Mon Sep 17 00:00:00 2001 From: Kapil Garg Date: Wed, 22 Jul 2020 17:25:54 +0530 Subject: [PATCH] Update to v3.2.0 --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7337ff..2e13e75 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ php composer.phar require --prefer-dist froala/yii2-froala-editor or add ``` -"froala/yii2-froala-editor": "^3.1.0" +"froala/yii2-froala-editor": "^3.2.0" ``` to the require section of your `composer.json` file. diff --git a/composer.json b/composer.json index 20805c5..28a5a50 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "froala/yii2-froala-editor", - "version": "3.1.0", + "version": "3.2.0", "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.1.0", + "froala/wysiwyg-editor": "3.2.0", "rmrevin/yii2-fontawesome": "^2.0 | ^3.0" }, "autoload": {