Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
create new release
Browse files Browse the repository at this point in the history
update bower and project version
  • Loading branch information
bengtweisse committed Jul 20, 2015
1 parent ad413da commit cd63c12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngQuill",
"version": "1.0.8",
"version": "1.0.9",
"main": ["src/ng-quill.min.js"],
"ignore": [
"bower_components",
Expand All @@ -11,7 +11,7 @@
"Gruntfile.js"
],
"dependencies": {
"quill": "~0.19.10",
"angular": "~1.3.15"
"quill": "~0.19.14",
"angular": "~1.4.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngQuill",
"version": "1.0.8",
"version": "1.0.9",
"description": "Angular directive for rich text editor Quill",
"author": "Bnegt Weiße <[email protected]>",
"homepage": "https://github.com/KillerCodeMonkey/ngQuill",
Expand Down

0 comments on commit cd63c12

Please sign in to comment.