From e180223a4cedca305d51a4867895b8ecab2aff2f Mon Sep 17 00:00:00 2001 From: harasunu-narayan <60644555+harasunu-narayan@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:56:39 +0530 Subject: [PATCH] Update to v4.1.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a884629..9ae8f9f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "froala/yii2-froala-editor", - "version": "4.1.0", + "version": "4.1.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": "4.1.0", + "froala/wysiwyg-editor": "4.1.1", "rmrevin/yii2-fontawesome": "^2.0 | ^3.0" }, "autoload": {