Skip to content

Commit

Permalink
Update strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdias committed Jul 4, 2017
1 parent f78603c commit 1c964f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.10",
"version": "0.1.11",
"scripts": {
"clean": "rm -rf build dist",
"clean:chrome": "rm -rf build/chrome dist/chrome",
Expand All @@ -19,7 +19,7 @@
"client-oauth2": "3.2.0",
"copy-webpack-plugin": "4.0.1",
"devour-client": "1.4.0",
"media-strategies": "0.1.44",
"media-strategies": "0.1.45",
"react": "15.4.2",
"react-dom": "15.4.2",
"webpack": "1.13.3"
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.10",
"version": "0.1.11",
"permissions": [
"contextMenus",
"notifications",
Expand Down

0 comments on commit 1c964f1

Please sign in to comment.