From c1360ab4dd8a926ee4c23f709b451e73a424e89a Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Fri, 13 Jan 2017 13:22:23 +0100 Subject: [PATCH] 1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2c9fd41e2..38ea52ec9f 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.1.2", + "version": "1.5.0", "bin": "./app/index.js", "main": "app/index.js", "scripts": { -- GitLab