Skip to content

Commit

Permalink
Version bump (v1.0 🎉)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxdavid committed Jan 21, 2016
1 parent 303e621 commit b4f0725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browsers/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Friends Who Listen",
"description": "Get the Friends Who Listen widget on Last.fm back",
"manifest_version": 2,
"version": "0.3.2",
"version": "1.0.0",
"permissions": [
"http://www.last.fm/*"
],
Expand Down
2 changes: 1 addition & 1 deletion browsers/firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Friends Who Listen",
"name": "friends-who-listen",
"version": "0.3.2",
"version": "1.0.0",
"description": "Get the Friends Who Listen widget on Last.fm back",
"main": "index.js",
"author": "David Pavlík",
Expand Down

1 comment on commit b4f0725

@YoniSL
Copy link

@YoniSL YoniSL commented on b4f0725 Jan 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good going there, seems the extension on chrome was doing weird stuff before. Probably fixed with the cache commit. Keep up the good work!

Please sign in to comment.