From 7a516a8ce5b096cb6f8f530044d92ba5dcada345 Mon Sep 17 00:00:00 2001 From: Horcrux Date: Wed, 27 Jan 2016 13:22:08 +0800 Subject: [PATCH] bump version bump version --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dcd8178f..97fd37eb 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ strokeWidth | 1 | The strokeWidth prop specifies the width of the o strokeOpacity | 1 | The strokeOpacity prop specifies the opacity of the outline on the current object. strokeLinecap | 'square' | The strokeLinecap prop specifies the shape to be used at the end of open subpaths when they are stroked. strokeLinejoin | 'miter' | The strokeLinejoin prop specifies the shape to be used at the corners of paths or basic shapes when they are stroked. -strokeDasharray | '[]' | The strokeDasharray prop controls the pattern of dashes and gaps used to stroke paths. +strokeDasharray | [] | The strokeDasharray prop controls the pattern of dashes and gaps used to stroke paths. strokeDashoffset| null | The strokeDashoffset prop specifies the distance into the dash pattern to start the dash. x | 0 | Translate distance on x-axis. y | 0 | Translate distance on y-axis. @@ -362,6 +362,6 @@ npm install #### Thanks: -[SVG bounding Algorithm](https://github.com/icons8/svg-path-bounding-box) -[Circle drawing with svg arc path](http://stackoverflow.com/questions/5737975/circle-drawing-with-svgs-arc-path/10477334#10477334) -[w3schools.com SVG Tutorial](http://www.w3schools.com/svg/) +* [SVG bounding Algorithm](https://github.com/icons8/svg-path-bounding-box) +* [Circle drawing with svg arc path](http://stackoverflow.com/questions/5737975/circle-drawing-with-svgs-arc-path/10477334#10477334) +* [w3schools.com SVG Tutorial](http://www.w3schools.com/svg/) diff --git a/package.json b/package.json index 96a14482..e2e22cdf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.5", + "version": "1.0.6", "name": "react-native-art-svg", "description": "react native svg library based on `ART`", "repository": {