Skip to content

Commit

Permalink
version changed and todo list updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaomer committed Aug 31, 2015
1 parent fc74b5d commit 9516620
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ npm install
# global gulp installation
npm install -g gulp
# build files
gulp build
# watch files
gulp watch
```

### TODO
- Add checkbox for activate justweet.
- Add clean list for who can show retweet in time line.
- Allow own retweets.
- Allow own retweets.
- Prepare for Safari and Firefox.

#### DONE
- - Add checkbox for activate justweet.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Justweet",
"description": "Retweet cleaner.",
"version": "0.1.0",
"version": "0.2.0",

"browser_action": {
"default_icon": "icon.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "justweet",
"version": "0.1.0",
"version": "0.2.0",
"description": "Retweet cleaner.",
"main": "justweet.js",
"scripts": {
Expand Down

0 comments on commit 9516620

Please sign in to comment.