Skip to content

Commit 0b69501

Browse files
committed
Update to v3.1.1
1 parent 7f396fe commit 0b69501

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "angular-froala",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"authors": [
5-
"Cameron Gallarno <cgallarno@gmail.com>"
5+
"Froala Labs <kapil.garg.techy@gmail.com>"
66
],
77
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.",
88
"main": "src/angular-froala.js",
@@ -27,7 +27,7 @@
2727
"tests"
2828
],
2929
"dependencies": {
30-
"froala-wysiwyg-editor": "3.1.0",
30+
"froala-wysiwyg-editor": "3.1.1",
3131
"angular": ">=1.0"
3232
},
3333
"devDependencies": {

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-froala",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor",
55
"main": "src/angular-froala.js",
66
"scripts": {
@@ -23,8 +23,7 @@
2323
"javascript"
2424
],
2525
"contributors": [
26-
"Cameron Gallarno <[email protected]>",
27-
"Stefan Neculai <[email protected]>"
26+
"Froala Labs <[email protected]>"
2827
],
2928
"license": "MIT",
3029
"bugs": {
@@ -50,6 +49,6 @@
5049
},
5150
"dependencies": {
5251
"coffee-script": "^1.12.7",
53-
"froala-editor": "3.1.0"
52+
"froala-editor": "3.1.1"
5453
}
5554
}

0 commit comments

Comments
 (0)