Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fixmk committed Aug 18, 2022
1 parent 29da1e0 commit e2b0893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3/veriff.min.js'></script>
<script src='https://cdn.veriff.me/sdk/js/1.4/veriff.min.js'></script>
```

or install it via a package manager
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@veriff/js-sdk",
"version": "1.3.2",
"version": "1.4.0",
"description": "JavaScript SDK for Veriff identity verification",
"main": "lib/veriff.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e2b0893

Please sign in to comment.