From d4cfd872f8da967791e8b2bd6b7949f70f2f059d Mon Sep 17 00:00:00 2001 From: Rob Quist Date: Tue, 7 May 2019 09:26:23 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5d7e387..eb5e994 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "GitHub Jira Integration", - "version": "1.2.0", + "version": "1.2.1", "description": "This extension shows contents of linked tasks from Jira in Github", @@ -44,4 +44,4 @@ "scripts": ["src/background.js"], "persistent": false } -} \ No newline at end of file +}