Skip to content

Commit

Permalink
Publish/v1.0.0 beta.21 (#34)
Browse files Browse the repository at this point in the history
* version: bump to v1.0.0-beta.21

* 1.0.0-beta.21
  • Loading branch information
tamssokari authored Aug 16, 2023
1 parent d30ef3c commit 6e5771c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile_identity/smart-camera-web",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "WebComponent for smartly capturing images on the web, for use with SmileIdentity",
"main": "smart-camera-web.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion smart-camera-web.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = '1.0.0-beta.20';
const VERSION = '1.0.0-beta.21';
const DEFAULT_NO_OF_LIVENESS_FRAMES = 8;
const PORTRAIT_ID_PREVIEW_WIDTH = 396;
const PORTRAIT_ID_PREVIEW_HEIGHT = 527;
Expand Down

0 comments on commit 6e5771c

Please sign in to comment.