Skip to content

Commit c546457

Browse files
author
Navneet Kumar
committed
Update to 3.0.0-rc.1
1 parent 3539abe commit c546457

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.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": "3.0.0-beta.2",
3+
"version": "3.0.0-rc.1",
44
"authors": [
55
"Cameron Gallarno <[email protected]>"
66
],
@@ -27,7 +27,7 @@
2727
"tests"
2828
],
2929
"dependencies": {
30-
"froala-wysiwyg-editor": "3.0.0-beta.2",
30+
"froala-wysiwyg-editor": "3.0.0-rc.1",
3131
"angular": ">=1.0"
3232
},
3333
"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": "3.0.0-beta.2",
3+
"version": "3.0.0-rc.1",
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
},
5151
"dependencies": {
5252
"coffee-script": "^1.12.7",
53-
"froala-editor": "3.0.0-beta.2-1"
53+
"froala-editor": "3.0.0-rc.1"
5454
}
5555
}

0 commit comments

Comments
 (0)