Skip to content

Commit

Permalink
Update to 3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Navneet Kumar committed May 28, 2019
1 parent 3539abe commit c546457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-froala",
"version": "3.0.0-beta.2",
"version": "3.0.0-rc.1",
"authors": [
"Cameron Gallarno <cgallarno@gmail.com>"
],
Expand All @@ -27,7 +27,7 @@
"tests"
],
"dependencies": {
"froala-wysiwyg-editor": "3.0.0-beta.2",
"froala-wysiwyg-editor": "3.0.0-rc.1",
"angular": ">=1.0"
},
"devDependencies": {
Expand Down
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",
"version": "3.0.0-beta.2",
"version": "3.0.0-rc.1",
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor",
"main": "src/angular-froala.js",
"scripts": {
Expand Down Expand Up @@ -50,6 +50,6 @@
},
"dependencies": {
"coffee-script": "^1.12.7",
"froala-editor": "3.0.0-beta.2-1"
"froala-editor": "3.0.0-rc.1"
}
}

0 comments on commit c546457

Please sign in to comment.