Skip to content

Commit

Permalink
chore: bump version to 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mart Somermaa <[email protected]>
  • Loading branch information
mrts committed Jul 25, 2022
1 parent 906fa52 commit 6604361
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": "@web-eid/web-eid-library",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"scripts": {
"lint": "eslint . --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

export default Object.freeze({
VERSION: "2.0.0",
VERSION: "2.0.1",
EXTENSION_HANDSHAKE_TIMEOUT: 1000, // 1 second
NATIVE_APP_HANDSHAKE_TIMEOUT: 5 * 1000, // 5 seconds
DEFAULT_USER_INTERACTION_TIMEOUT: 2 * 60 * 1000, // 2 minutes
Expand Down

0 comments on commit 6604361

Please sign in to comment.