Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Bumps version and adds MAKE domain
Browse files Browse the repository at this point in the history
  • Loading branch information
George-cl committed Feb 9, 2021
1 parent 0472c8a commit a7be6d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casperlabs-signer",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
Expand Down
8 changes: 6 additions & 2 deletions packages/signer/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.3.3",
"version": "0.3.4",
"name": "CasperLabs Signer",
"author": "https://casperlabs.io",
"description": "CasperLabs Signer tool for signing transactions on the blockchain.",
Expand All @@ -19,7 +19,11 @@
},
"content_scripts": [
{
"matches": ["*://*.casperlabs.io/*", "*://localhost/*"],
"matches": [
"*://*.casperlabs.io/*",
"*://localhost/*",
"*://*.make.services/*"
],
"js": ["./scripts/content/content.js"],
"run_at": "document_start",
"all_frames": true
Expand Down

0 comments on commit a7be6d0

Please sign in to comment.