Skip to content

Commit

Permalink
Incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakib committed Dec 10, 2014
1 parent 875a4a3 commit de8d39b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
MassAutocomplete
================

### v0.2.1
- Don't clear value on detach (issue #6).
- Fixed bug causing values to be cleared on detach.
- Moved to semantic versioning.

### v0.2
- Dropped jquery dependency (issue #1).
- Fixed Long press on menu item does not select the item.
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-mass-autocomplete",
"version": "0.2",
"version": "0.2.1",
"main": "massautocomplete.min.js",
"dependencies": {
"angular": ">=1.2.0"
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-mass-autocomplete",
"version": "0.2",
"version": "0.2.1",
"description": "Autocomplete for Angular.js applications with a lot to complete",
"main": "massautocomplete.js",
"repository": {
Expand Down

0 comments on commit de8d39b

Please sign in to comment.