From 078533d14497bbf8eb7777c612860e26385a3fc5 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Fri, 13 Jan 2017 13:30:57 +0100 Subject: [PATCH] 1.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38ea52ec9f..b29ce1894c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "renovate", "description": "Keep npm dependencies up-to-date via Pull Requests", - "version": "1.5.0", + "version": "1.6.0", "bin": "./app/index.js", "main": "app/index.js", "scripts": { -- GitLab