From d6c7e237b2a788170a7d215bdfb7cfea84774558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Mon, 13 Feb 2023 20:59:53 +0100 Subject: [PATCH] Bump library version to 0.2.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 134df63..3134149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerauth-js-test-client", - "version": "0.2.7", + "version": "0.2.8", "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",