Skip to content

Commit

Permalink
StackEye v2.2.0 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinjain024 committed Jun 12, 2014
1 parent f5da3cd commit 5371d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (grunt) {
zipup: {
package: {
appName: 'StackEye',
version: '2.1.0',
version: '2.2.0',
files: [
{ cwd: 'src', src: '**', expand: true, dest: 'src' },
{ cwd: 'resources', src: '**', expand: true, dest: 'resources' },
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "StackEye",

"version": "2.1.0",
"version": "2.2.0",
"manifest_version": 2,
"description": "A Chrome Extension to follow users and watch questions on StackExchange sites",

Expand Down
2 changes: 1 addition & 1 deletion src/shared/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SW.constants = {
ANSWER : 'answer',
URL_ROOT : 'http://api.stackexchange.com/2.2/',
APP_KEY : 'MKhHgtFFPM)vQAp2pvu)fw((',
VERSION : '2.1.0'
VERSION : '2.2.0'
};

SW.filters = {
Expand Down

0 comments on commit 5371d85

Please sign in to comment.