diff --git a/package.json b/package.json index d83fa4b..68e08da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-retry", - "version": "1.0.0", + "version": "0.0.1", "description": "Exponentially retry any promise returning function when it fails, automatically", "main": "src/index.transpiled.js", "module": "src/index.js",