From e49b2bd5e4f55f073df5833e6091c9de0782365e Mon Sep 17 00:00:00 2001 From: Steve Brudz Date: Thu, 16 Apr 2020 17:15:41 -0500 Subject: [PATCH] Bump minor version number in preparation for fast track release --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 37666d6..abc7ba9 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Just Not Sorry -- the Gmail Plug-in", "short_name": "JustNotSorry", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", - "version": "1.6.0", + "version": "1.6.2", "description": "A Gmail Plug-in that warns you when you write emails using words which undermine your message", "icons": { "16": "img/JustNotSorry-16.png", "48": "img/JustNotSorry-48.png", diff --git a/package.json b/package.json index 83db0e2..6721c1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "just-not-sorry", "description": "Gmail Plug-in that warns you when you write emails using words which undermine your message", - "version": "1.7.0", + "version": "1.6.2", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", "license": "MIT", "repository": "https://github.com/defmethodinc/just-not-sorry",