Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdias committed Jan 5, 2017
1 parent c3101ca commit c1ed355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kitsu-updater",
"description": "Automatically update your Kitsu.io library from streaming sites",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"clean": "rm -rf build dist",
"clean:chrome": "rm -rf build/chrome dist/chrome",
Expand Down
2 changes: 1 addition & 1 deletion src/browser/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Kitsu Updater",
"description": "Automatically update your Kitsu.io library from streaming sites",
"version": "0.1.4",
"version": "0.1.5",
"permissions": [
"contextMenus",
"notifications",
Expand Down

0 comments on commit c1ed355

Please sign in to comment.