diff --git a/README.MD b/README.MD index 35f9fc8..47de21a 100644 --- a/README.MD +++ b/README.MD @@ -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. \ No newline at end of file +- Allow own retweets. +- Prepare for Safari and Firefox. + +#### DONE +- - Add checkbox for activate justweet. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 550529e..f7fbb61 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Justweet", "description": "Retweet cleaner.", - "version": "0.1.0", + "version": "0.2.0", "browser_action": { "default_icon": "icon.png", diff --git a/package.json b/package.json index 97cf7e6..d0d2ce8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "justweet", - "version": "0.1.0", + "version": "0.2.0", "description": "Retweet cleaner.", "main": "justweet.js", "scripts": {