Skip to content

Commit

Permalink
Update to 2.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Nov 13, 2018
1 parent a93290f commit f669c3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-froala-wysiwyg-base",
"version": "2.9.0",
"version": "2.9.1",
"description": "Angular 2, Angular 4, Angular 5 and Angular 6 bindings for Froala WYSIWYG HTML rich text editor",
"main": "bundles/angular-froala-wysiwyg.umd.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/froala/angular-froala-wysiwyg/issues"
},
"dependencies": {
"froala-editor": "2.9.0"
"froala-editor": "2.9.1"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "angular-froala-wysiwyg",
"version": "2.9.0",
"version": "2.9.1",
"dependencies": {
"froala-editor": "2.9.0",
"froala-editor": "2.9.1",
"@types/jquery": "^2.0.40"
}
}

0 comments on commit f669c3e

Please sign in to comment.