Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringCode committed Jun 14, 2015
1 parent 80143f5 commit 9a1ef2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
#[RedditNotifer](https://addons.mozilla.org/en-US/firefox/addon/redditnotifier/) (v2.0.1) <img src="https://raw.githubusercontent.com/BoringCode/RedditNotifier/master/data/icon-logo.png" alt="Icon" align="right" height="48"/>
#[RedditNotifer](https://addons.mozilla.org/en-US/firefox/addon/redditnotifier/) (v2.0.2) <img src="https://raw.githubusercontent.com/BoringCode/RedditNotifier/master/data/icon-logo.png" alt="Icon" align="right" height="48"/>

A simple addon for Firefox that alerts you to new unread messages on [reddit](http://reddit.com/).

Expand Down
2 changes: 1 addition & 1 deletion lib/main.js
@@ -1,7 +1,7 @@
/*
* RedditNotifier
* Displays messages and unread counts for reddit
* version 2.0.0
* version 2.0.2
*/

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"author": "Bradley Rosenfeld",
"homepage": "http://bradleyrosenfeld.com/RedditNotifier/",
"license": "MPL-2.0",
"version": "2.0.1",
"version": "2.0.2",
"main": "lib/main.js",
"permissions": ["multiprocess"],
"preferences": [
Expand Down

0 comments on commit 9a1ef2b

Please sign in to comment.