From 8afa2e565111a039b033b09b3f77a0738ef4a81e Mon Sep 17 00:00:00 2001 From: Kevin Qi Date: Fri, 13 Oct 2017 22:58:37 -0700 Subject: [PATCH] 0.4.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a3f665..899712a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-circular-progressbar", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "dependencies": { "abab": { diff --git a/package.json b/package.json index 3494a1e..58cd100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-circular-progressbar", - "version": "0.3.0", + "version": "0.4.0", "description": "A circular progress indicator component", "author": "Kevin Qi ", "main": "./build/index.js",