diff --git a/README.md b/README.md index 8254e1e..9dd3146 100644 --- a/README.md +++ b/README.md @@ -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 `` ```html - + - + ``` ### Initialize the Library diff --git a/package.json b/package.json index 8f39e75..8782e30 100644 --- a/package.json +++ b/package.json @@ -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": {