Skip to content

Commit

Permalink
Version 2.0 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinjain024 committed Mar 8, 2014
1 parent fc78ddd commit d9c0d01
Show file tree
Hide file tree
Showing 4 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: '1.2',
version: '2.0',
files: [
{ cwd: 'src', src: '**', expand: true, dest: 'src' },
{ cwd: 'resources', src: '**', expand: true, dest: 'resources' },
Expand Down
Binary file added build/StackEye_2.0_2014-03-08_210222.zip
Binary file not shown.
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": "1.2",
"version": "2.0",
"manifest_version": 2,
"description": "Chrome Extension to get notifications for new answers and comments on StackOverflow and 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 @@ -60,7 +60,7 @@ SW.constants = {
NEW_COMMENT : 'comment',
ANSWER : 'answer',
APP_KEY : 'MKhHgtFFPM)vQAp2pvu)fw((',
VERSION : '1.3'
VERSION : '2.0'
};

SW.filters = {
Expand Down

0 comments on commit d9c0d01

Please sign in to comment.