diff --git a/CHANGELOG.md b/CHANGELOG.md index 5176acb..7c47f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This is a list of things that are done and will be in the next release. Use the same style as for the rest of the items and always keep this at the top of the document (latest release first). +## v0.0.1 + +* Added Swipable to the release package. + ## v0.0.0 * Initial release. diff --git a/bower.json b/bower.json index 19add2b..5b79515 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "merry-go-round", - "version": "0.0.0", + "version": "0.0.1", "author": "Jussi Kalliokoski ", "license": "ISC", "description": "A carousel component for React.", diff --git a/package.json b/package.json index ec97bbf..fb0f6fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "merry-go-round", - "version": "0.0.0", + "version": "0.0.1", "author": "Jussi Kalliokoski ", "license": "ISC", "description": "A carousel component for React.",