From 3f7174fac180c9e90bd4ecff9956c2ceb7d731ba Mon Sep 17 00:00:00 2001 From: Simon Boudrias Date: Mon, 12 Oct 2015 23:08:04 -0700 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fda6b0e..fa2ef67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "run-async", - "version": "0.1.0", + "version": "1.0.0", "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.", "main": "index.js", "scripts": {