Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
chore(release): v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Jul 4, 2014
1 parent 1adc840 commit fcad0ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fcad0ce

Please sign in to comment.