Skip to content

Commit

Permalink
Merge pull request #504 from airgap-it/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AndreasGassmann authored Jul 6, 2023
2 parents a899e91 + 2f55e29 commit 1fb3d33
Show file tree
Hide file tree
Showing 31 changed files with 763 additions and 493 deletions.
9 changes: 6 additions & 3 deletions examples/dapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
</span>
<br /><br />
<button id="requestPermission">Request Permission</button>
<br /><br />

<br /><br />
<button id="reset">Reset and Refresh</button>
<br /><br />

<br /><br />
<button id="sendToSelf">Send 1 mutez to myself</button>
<br /><br />
Expand Down Expand Up @@ -111,9 +117,6 @@
<button id="serializeData">Serialize Data</button>
<br /><br />
---
<br /><br />
<button id="reset">Reset and Refresh</button>
<br /><br />

<div id="logger-output"></div>

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useWorkspaces": true,
"version": "4.0.4"
"version": "4.0.5"
}
Loading

0 comments on commit 1fb3d33

Please sign in to comment.