From 8e40084ad0be9fe7192aa6a42552cf11894d8c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20=C4=8Eurech?= Date: Thu, 8 Sep 2022 13:51:05 +0200 Subject: [PATCH] Release 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffc2dcc..c388844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerauth-js-test-client", - "version": "0.0.1", + "version": "0.1.0", "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",