From c1f2c2a666c420881fab372a5a7659e316a8357b Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Tue, 1 Oct 2019 16:32:14 -0400 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d5fe98..b573fd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenlet", - "version": "1.0.1", + "version": "1.1.0", "description": "Move an async function into its own thread.", "source": "greenlet.js", "main": "dist/greenlet.js",