diff --git a/composer.json b/composer.json index d306725..b5ea2e9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "froala/yii2-froala-editor", - "version": "3.0.0-rc.1", + "version": "3.0.0-rc.2", "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-rc.1", + "froala/wysiwyg-editor": "3.0.0-rc.2", "rmrevin/yii2-fontawesome": "^2.0 | ^3.0" }, "autoload": {