Update version number to 1.3.0. Ignore example-app from npm

This commit is contained in:
Markus Lindqvist 2019-07-16 16:39:04 +03:00
parent 515b6bc3c7
commit 84aac7b24d
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ project.xcworkspace
node_modules/
npm-debug.log
example/
example-app/

View File

@ -1,6 +1,6 @@
{
"name": "react-native-circular-progress",
"version": "1.2.0",
"version": "1.3.0",
"description": "React Native component for creating animated, circular progress with react-native-svg",
"main": "index.js",
"repository": {