Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
lnbc1QWFyb24 committed Sep 11, 2019
1 parent a744e1e commit 80b836a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ yarn add bnc-assist
#### Script Tag

The library uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
The current version is 0.10.2.
The current version is 0.10.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-10-2/assist.js"></script>
<script src="https://assist.blocknative.com/0-10-3/assist.js"></script>

<!-- OR... -->

<script src="https://assist.blocknative.com/0-10-2/assist.min.js"></script>
<script src="https://assist.blocknative.com/0-10-3/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.10.2",
"version": "0.10.3",
"description": "Blocknative Assist js library for Dapp developers",
"main": "lib/assist.min.js",
"scripts": {
Expand Down

0 comments on commit 80b836a

Please sign in to comment.