Skip to content

Commit

Permalink
Update to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil2704 committed Jul 22, 2020
1 parent e35adc0 commit 9007019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down

0 comments on commit 9007019

Please sign in to comment.