Skip to content

Commit

Permalink
I forgot to update the readme version even though I just wrote out
Browse files Browse the repository at this point in the history
the release process...
  • Loading branch information
pfiller committed Mar 11, 2015
1 parent 1866cf4 commit c4aa372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ However, you can specify that you'd like to use [the release ZIP](https://github
Either install from the command line with

```
$ bower install https://github.com/harvesthq/chosen/releases/download/v1.4.0/chosen_v1.4.0.zip
$ bower install https://github.com/harvesthq/chosen/releases/download/v1.4.1/chosen_v1.4.1.zip
````
or add Chosen to your own project's `bower.json` file, like:
Expand All @@ -31,7 +31,7 @@ or add Chosen to your own project's `bower.json` file, like:
"version": "1.0.0",
"dependencies": {
"jquery": "1.11.0",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.4.0/chosen_v1.4.0.zip"
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.4.1/chosen_v1.4.1.zip"
}
}
```
Expand Down

0 comments on commit c4aa372

Please sign in to comment.