From 6685161cf4a6b0f0ec15d7d343a3c6d7008d6b6b Mon Sep 17 00:00:00 2001 From: Brian Mearns Date: Wed, 10 Jul 2019 20:17:46 -0400 Subject: [PATCH] Version 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e7ec6f..ab88829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracking-promise", - "version": "0.1.0", + "version": "1.0.0", "description": "A JavaScript library for tracking the success/failure of a promise without rejecting", "keywords": [ "promise",