Skip to content

Commit

Permalink
update to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeisl committed Feb 15, 2019
1 parent 8914be9 commit 8d10fa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ There are minified and non-minified versions.
Put this script at the top of your `<head>`

```html
<script src="https://assist.blocknative.com/0-3-0/assist.js"></script>
<script src="https://assist.blocknative.com/0-3-1/assist.js"></script>

<!-- OR... -->

<script src="https://assist.blocknative.com/0-3-0/assist.min.js"></script>
<script src="https://assist.blocknative.com/0-3-1/assist.min.js"></script>
```

### Initialize the Library
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bnc-assist",
"version": "0.3.0",
"version": "0.3.1",
"description": "Blocknative Assist js library for Dapp developers",
"main": "lib/assist.min.js",
"scripts": {
Expand Down

0 comments on commit 8d10fa0

Please sign in to comment.