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

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Aug 12, 2015
1 parent 211fb70 commit 2297d28
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v0.1.0 - Wed, 12 Aug 2015 19:22:26 GMT
--------------------------------------

-


4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-autocomplete",
"version": "0.0.2",
"version": "0.1.0",
"homepage": "",
"authors": [
"Ryan Florence <[email protected]>"
Expand All @@ -21,4 +21,4 @@
"package.json",
"CONTRIBUTIN.md"
]
}
}
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-autocomplete",
"version": "0.0.2",
"version": "0.1.0",
"description": "Accessible, extensible, Autocomplete for React.js",
"main": "./lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-autocomplete",
"version": "0.0.2",
"version": "0.1.0",
"description": "Accessible, extensible, Autocomplete for React.js",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -34,4 +34,4 @@
"dependencies": {
"dom-scroll-into-view": "1.0.1"
}
}
}

0 comments on commit 2297d28

Please sign in to comment.