Skip to content

Commit 6604361

Browse files
committed
chore: bump version to 2.0.1
Signed-off-by: Mart Somermaa <[email protected]>
1 parent 906fa52 commit 6604361

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-eid/web-eid-library",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "",
55
"scripts": {
66
"lint": "eslint . --ext .ts",

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
export default Object.freeze({
24-
VERSION: "2.0.0",
24+
VERSION: "2.0.1",
2525
EXTENSION_HANDSHAKE_TIMEOUT: 1000, // 1 second
2626
NATIVE_APP_HANDSHAKE_TIMEOUT: 5 * 1000, // 5 seconds
2727
DEFAULT_USER_INTERACTION_TIMEOUT: 2 * 60 * 1000, // 2 minutes

0 commit comments

Comments
 (0)