Skip to content

Commit

Permalink
fix: Support multiple instance by adding instance id (#58)
Browse files Browse the repository at this point in the history
* Add instanceId

* Remove uuid

* Fix PR

* fix: bump version

* Prepare release
  • Loading branch information
jia-guo authored Apr 3, 2020
1 parent f0325e2 commit 18c7c8b
Show file tree
Hide file tree
Showing 7 changed files with 993 additions and 507 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm install @smartcar/auth
### Smartcar CDN

```html
<script src="https://javascript-sdk.smartcar.com/2.7.0/sdk.js"></script>
<script src="https://javascript-sdk.smartcar.com/2.7.1/sdk.js"></script>
```

## SDK reference
Expand Down Expand Up @@ -178,4 +178,4 @@ https://application-backend.com/page?error=access_denied&error_description=User+
[tag-image]: https://img.shields.io/github/tag/smartcar/javascript-sdk.svg

<!-- Please do not modify or remove this, it is used by the build process -->
[version]: 2.7.0
[version]: 2.7.1
Loading

0 comments on commit 18c7c8b

Please sign in to comment.