From f3d314a8e4a4f14aa149466623a22f7e70816623 Mon Sep 17 00:00:00 2001 From: Markus Lindqvist Date: Fri, 1 Nov 2019 10:05:04 +0200 Subject: [PATCH] 1.3.4 - Update partial fix #215: strokeDasharray expects array of numbers --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e4329e..3704649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-circular-progress", - "version": "1.3.3", + "version": "1.3.4", "description": "React Native component for creating animated, circular progress with react-native-svg", "main": "index.js", "repository": {