From 7b4745a01188453d01460242959ba867bcfe1af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Fri, 23 Sep 2022 11:42:23 +0200 Subject: [PATCH] Bump library version to 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 146c9ef..be303a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerauth-js-test-client", - "version": "0.2.0", + "version": "0.2.1", "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",