diff --git a/README.md b/README.md index dd3457b..d3f426a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This directive allows you to add [CodeMirror](http://codemirror.net/) to your te ## Requirements - AngularJS -- [CodeMirror 3.x](https://github.com/marijnh/CodeMirror) +- [CodeMirror 3.x|4.x](https://github.com/marijnh/CodeMirror) ## Usage diff --git a/bower.json b/bower.json index 51a5394..61c5efa 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.1.3", + "version": "0.1.4", "description": "This directive allows you to add CodeMirror to your textarea elements.", "author": "https://github.com/angular-ui/ui-codemirror/contributors", "license": "MIT", diff --git a/package.json b/package.json index 4161d9f..d03cc9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-ui-codemirror", - "version": "0.1.3", + "version": "0.1.4", "description": "This directive allows you to add CodeMirror to your textarea elements.", "author": "https://github.com/angular-ui/ui-codemirror/contributors", "license": "MIT",