Skip to content

Commit

Permalink
fix: corrected CDN link with usage of 1.2 version inside README
Browse files Browse the repository at this point in the history
  • Loading branch information
fixmk committed Sep 17, 2021
1 parent a981c08 commit 1b9add5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Veriff JS SDK, is a simple and customisable library which helps to integrate wit
Include as a script tag:

```html
<script src='https://cdn.veriff.me/sdk/js/1.1/veriff.min.js'></script>
<script src='https://cdn.veriff.me/sdk/js/1.2/veriff.min.js'></script>
```

or install it via a package manager
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@veriff/js-sdk",
"version": "1.2.0",
"version": "1.2.1",
"description": "JavaScript SDK for Veriff identity verification",
"main": "lib/veriff.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 1b9add5

Please sign in to comment.