From 20d2eaa4638ec7a0426263cf28db2cd6eeff1e9d Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 2 Apr 2016 02:17:35 +0200 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 450137d..b47cf7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promise-task-queue", - "version": "1.0.0", + "version": "1.1.0", "description": "A configurable task queue that supports Promises.", "main": "index.js", "scripts": {