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

Commit

Permalink
Merge #109
Browse files Browse the repository at this point in the history
109: Bumps version and adds MAKE domain r=zie1ony a=George-cl

No Ticket

Adds MAKE services domain to allow Signer functionality on their instance of Clarity.
Bumps version to 0.3.4
SDK already set to 'latest' version.

Co-authored-by: George-CL <george@casperlabs.io>
  • Loading branch information
bors[bot] and George-cl authored Feb 11, 2021
2 parents f836e5b + a7be6d0 commit e30e75d
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 e30e75d

Please sign in to comment.