From b50012b256086174b41f5563cbf8e4d1ef2dd511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Wahle=CC=81n?= Date: Wed, 31 Jan 2018 11:01:21 +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 7a71e37..bee46bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reviews-to-slack", - "version": "2.0.2", + "version": "2.1.0", "description": "Post app reviews to Slack", "scripts": { "test": "npm run lint && npm run test-unit",