Skip to content

Commit

Permalink
Releasing 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Oct 21, 2014
1 parent 72363af commit 8203da3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@

### 0.2.1 (Sep 10, 2014)

- Exporting as ReactDraggable
- Exporting as ReactDraggable

### 0.3.0 (Oct 21, 2014)

- Adding support for touch devices
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-draggable",
"version": "0.2.1",
"version": "0.3.0",
"homepage": "https://github.com/mzabriskie/react-draggable",
"authors": [
"Matt Zabriskie"
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": "react-draggable",
"version": "0.2.1",
"version": "0.3.0",
"description": "React draggable component",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8203da3

Please sign in to comment.