From 68cfc4bb2336f25909355909c84bd0a2242c2b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Tue, 5 Nov 2024 17:05:37 +0100 Subject: [PATCH] Client v1.7.0 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 1fc4b20d..94919fd7 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@nimiq/keyguard-client", - "version": "1.6.0", + "version": "1.7.0", "description": "Nimiq Keyguard client library", "main": "dist/KeyguardClient.common.js", "module": "dist/KeyguardClient.es.js",