diff --git a/manifest.json b/manifest.json index 9cf6662..37e748c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "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": "2.0.0.1", - "version_name": "2.0.0-beta.1", + "version": "2.0.0.2", + "version_name": "2.0.0-beta.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", diff --git a/package.json b/package.json index 81a3405..859c94d 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": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", "license": "MIT", "repository": "git@github.com:defmethodinc/just-not-sorry.git",