From 8e5455cfd65b54f7f27cd9f5e36fc4cca96d498d Mon Sep 17 00:00:00 2001 From: jdalrymple Date: Fri, 21 Jul 2017 00:03:27 -0400 Subject: [PATCH] Update package.json Updating version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97c4e7f6b..87329a7f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-gitlab-api", - "version": "1.0.10", + "version": "1.0.11", "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", "main": "src/index.js", "directories": {},