From a94e91aaa14f507a13933a0e2fc7bc6ad6dd09cc Mon Sep 17 00:00:00 2001 From: aboveyunhai <35160613+aboveyunhai@users.noreply.github.com> Date: Mon, 11 Jan 2021 23:18:04 -0500 Subject: [PATCH] bump version 1.3.7 with removing Deprecated ViewPropTypes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40a4512..e12e91f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-circular-progress", - "version": "1.3.6", + "version": "1.3.7", "description": "React Native component for creating animated, circular progress with react-native-svg", "main": "index.js", "repository": {