diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-06 23:31:06 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-06 23:31:06 +0000 |
commit | eaf5dbd779d50763b168c791a8e9eb8966e7dc00 (patch) | |
tree | d6df1687f748bb3db612ca7f7ceb284a431b240e /chrome/common/extensions/docs | |
parent | 30872de0cb706a3e32fad33e7410c5eecdf7c689 (diff) | |
download | chromium_src-eaf5dbd779d50763b168c791a8e9eb8966e7dc00.zip chromium_src-eaf5dbd779d50763b168c791a8e9eb8966e7dc00.tar.gz chromium_src-eaf5dbd779d50763b168c791a8e9eb8966e7dc00.tar.bz2 |
Bump version number of Google Mail checker extension.
TBR=erikkay@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs')
-rw-r--r-- | chrome/common/extensions/docs/examples/extensions/gmail/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json b/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json index 0588ca2..5c8eedd 100644 --- a/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json +++ b/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json @@ -1,7 +1,7 @@ { "name": "Google Mail Checker", "description": "Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox.", - "version": "1.1", + "version": "1.2", "background_page": "background.html", "permissions": [ "tabs", "http://*.google.com/", "https://*.google.com/" |