Skip to content

Commit

Permalink
Merge pull request #14 from felixbuenemann/typeahead.js-0.10.5
Browse files Browse the repository at this point in the history
Update to typeahead.js v0.10.5

Thanks @felixbuenemann
  • Loading branch information
yourabi committed Aug 26, 2014
2 parents b9e407f + 48fd026 commit 1dcb8ef
Show file tree
Hide file tree
Showing 6 changed files with 659 additions and 521 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $('.example-numbers .typeahead').typeahead(null, {
});
```

Currently this version tracks version v0.10.2.
Currently this version tracks version v0.10.5.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/twitter-typeahead-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Twitter
module Typeahead
module Rails
VERSION = "0.10.2"
VERSION = "0.10.5"
end
end
end
Loading

0 comments on commit 1dcb8ef

Please sign in to comment.