Skip to content

Commit 343894b

Browse files
committed
StackEye v2.1.0 released
1 parent 3e63657 commit 343894b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function (grunt) {
1010
zipup: {
1111
package: {
1212
appName: 'StackEye',
13-
version: '2.0.1',
13+
version: '2.1.0',
1414
files: [
1515
{ cwd: 'src', src: '**', expand: true, dest: 'src' },
1616
{ cwd: 'resources', src: '**', expand: true, dest: 'resources' },
402 KB
Binary file not shown.

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "StackEye",
33

4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"manifest_version": 2,
6-
"description": "Chrome Extension to get notifications for new answers and comments on StackOverflow and StackExchange sites",
6+
"description": "A Chrome Extension to follow users and watch questions on StackExchange sites",
77

88
"background": {
99
"scripts": [

src/shared/globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ SW.constants = {
6161
ANSWER : 'answer',
6262
URL_ROOT : 'http://api.stackexchange.com/2.2/',
6363
APP_KEY : 'MKhHgtFFPM)vQAp2pvu)fw((',
64-
VERSION : '2.0.1'
64+
VERSION : '2.1.0'
6565
};
6666

6767
SW.filters = {

0 commit comments

Comments
 (0)