Skip to content

Commit

Permalink
update to 0.3.3 to fix incorrect doc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeisl committed Feb 16, 2019
1 parent 194f91e commit c1f39cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ npm i bnc-assist

#### Script Tag
The library uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
The current version is 0.3.2.
The current version is 0.3.3.
There are minified and non-minified versions.
Put this script at the top of your `<head>`

Expand All @@ -51,16 +51,16 @@ To integrate `assist.js` into your dapp, you'll need to do 4 things:

Our widget is currently hosted on S3.
The library uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
The current version 0.2.0.
The current version 0.3.3.
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-1/assist.js"></script>
<script src="https://assist.blocknative.com/0-3-3/assist.js"></script>

<!-- OR... -->

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

### Initialize the Library
Expand Down
Loading

0 comments on commit c1f39cc

Please sign in to comment.