Skip to content

Commit 296b5c0

Browse files
committed
Update to 2.8.5.
1 parent 50ebce8 commit 296b5c0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

bower.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "angular-froala",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"authors": [
5-
"Cameron Gallarno <[email protected]>",
6-
"Stefan Neculai <[email protected]>"
5+
"Cameron Gallarno <[email protected]>"
76
],
87
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.",
98
"main": "src/angular-froala.js",
@@ -30,7 +29,7 @@
3029
"tests"
3130
],
3231
"dependencies": {
33-
"froala-wysiwyg-editor": "2.8.4",
32+
"froala-wysiwyg-editor": "2.8.5",
3433
"angular": ">=1.0"
3534
},
3635
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-froala",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor",
55
"main": "src/angular-froala.js",
66
"scripts": {
@@ -50,6 +50,6 @@
5050
"sinon": "^1.17.2"
5151
},
5252
"dependencies": {
53-
"froala-editor": "2.8.4"
53+
"froala-editor": "2.8.5"
5454
}
5555
}

0 commit comments

Comments
 (0)