From 374ab98f2583d56f91da7d83f64af0fbd2da3f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Fri, 30 Sep 2022 14:04:36 +0200 Subject: [PATCH] Bump library version to 0.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 411ae99..5db7edf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerauth-js-test-client", - "version": "0.2.3", + "version": "0.2.4", "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",