From 1ff8557fc7c1632757e66a8fe74baff4e7d618f6 Mon Sep 17 00:00:00 2001 From: Michael Demmer Date: Thu, 16 Jun 2016 13:40:10 -0700 Subject: [PATCH] 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3a95bf..ce110e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluebird-retry", - "version": "0.6.1", + "version": "0.7.0", "description": "utility for retrying a bluebird promise until it succeeds", "main": "index.js", "scripts": {