Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-feek committed Dec 3, 2018
1 parent df18254 commit 3ee4d19
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,6 +1,6 @@
{
"name": "global-poker-hand-history-converter-chrome-extension",
"version": "0.3.2",
"version": "0.3.3",
"description": "A chrome extension to fetch Global Poker hand histories and convert them to the Poker Stars format",
"scripts": {
"build": "webpack",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"permissions": [ "downloads", "webRequest", "background", "storage", "*://*.globalpoker.com/" ],
"manifest_version": 2,
"version": "0.3.2",
"version": "0.3.3",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}

0 comments on commit 3ee4d19

Please sign in to comment.