Skip to content

Commit

Permalink
Nearlib 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Jun 4, 2019
1 parent 15e7f7e commit 6d9c413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blank_project/src/index.html
Expand Up @@ -10,7 +10,7 @@
Contract says:
<h1 id="contract-message"></h1>
</div>
<script src="https://cdn.jsdelivr.net/npm/nearlib@0.5.4/dist/nearlib.js"></script>
<script src="https://cdn.jsdelivr.net/npm/nearlib@0.8/dist/nearlib.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>
<script src="./config.js"></script>
<script src="./main.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"assemblyscript": "github:nearprotocol/assemblyscript",
"jest-environment-node": "^24.5.0",
"ncp": "^2.0.0",
"nearlib": "^0.7.3",
"nearlib": "^0.8",
"rimraf": "^2.6.3",
"yargs": "^13.2.1"
},
Expand Down

0 comments on commit 6d9c413

Please sign in to comment.