From 67c302ea8c75e78da4651c136740ea0fefffa17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Thu, 29 Sep 2022 15:20:02 +0200 Subject: [PATCH] Bump library version to 0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be303a3..0443125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerauth-js-test-client", - "version": "0.2.1", + "version": "0.2.2", "description": "Client library for PowerAuth Server RESTful API to support JavaScript integration tests with PowerAuth Server", "main": "dist/index.js", "types": "dist/index.d.ts",