From 9be370ff0cd6a66facd5a4a1772c30c69824b7f7 Mon Sep 17 00:00:00 2001 From: Alan Gutierrez Date: Mon, 18 Feb 2019 09:54:57 -0600 Subject: [PATCH] Release Staccato 7.0.3. Closes #90. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1eff215..6a7f35d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "staccato", - "version": "7.0.2", + "version": "7.0.3", "description": "Write to a Node.js stream using the error-first callback style.",