Skip to content

Commit

Permalink
Update minor version and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Masashi Hirano committed Aug 6, 2017
1 parent dd9d9e4 commit 4c64b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ render(<App />, document.getElementById('slideshow'));
|name|type|reqired|description|
|----|----|-------|-----------|
|style|Object|Yes|style of this component.|
|images|Array<string>|Yes|url strings of image for slide.|
|images|Array\<string\>|Yes|url strings of images for slide.|
|prevIcon|Dom|No|icon for button to move previous page.|
|nextIcon|Dom|No|icon for button to move next page.|
|withTimestamp|boolean|No|set true if you want to add timestamp to img url. i.e. `example.png?1483228800`|
|pageWillUpdate|function|No|function that is invoked when the page is turned.|
|pageWillUpdate|function|No|function that is invoked when the page is turned over.|

## License
This project is licensed under the terms of the
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-slideshow-ui",
"version": "0.1.5",
"version": "0.2.0",
"author": "Masashi Hirano (https://github.com/shisama)",
"license": "MIT",
"description": "React UI Component for slideshow like SlideShare or SpeakerDeck.",
Expand Down

0 comments on commit 4c64b01

Please sign in to comment.