From bb4dd4641fb76636d97552ce98f198c9fb8454b5 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Sat, 14 Jan 2017 15:18:50 +0100 Subject: [PATCH] 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5e5a253fc..5609ab15ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "renovate", "description": "Keep npm dependencies up-to-date via Pull Requests", - "version": "2.0.0", + "version": "2.1.0", "bin": "./app/index.js", "main": "app/index.js", "scripts": { -- GitLab