diff --git a/manifest.json b/manifest.json index 41d1807..6719065 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Just Not Sorry -- the Chrome extension", "short_name": "JustNotSorry", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", - "version": "2.1.2", - "version_name": "2.1.2", + "version": "2.2.0", + "version_name": "2.2.0", "description": "A Chrome extension that warns you when you write emails using words which undermine your message", "icons": { "16": "img/JustNotSorry-16.png", diff --git a/package.json b/package.json index 8d9f06c..d0b5b0a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "just-not-sorry", "description": "Chrome extension that warns you when you write emails using words which undermine your message", - "version": "2.1.2", + "version": "2.2.0", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", "license": "MIT", "repository": "git@github.com:defmethodinc/just-not-sorry.git",