From c4eaad2e56c1c9e3f191bfec1b1e9e378634a8b7 Mon Sep 17 00:00:00 2001 From: rober12 Date: Thu, 20 Jun 2024 11:34:28 +0200 Subject: [PATCH] update package version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f17c5f8..cedcb7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alastria-identity-example", - "version": "2.2.0", + "version": "2.3.0", "description": "This is an example of how to interact with the libraries from [alastria-identity-lib](https://github.com/alastria/alastria-identity-lib). The library alastria-identity-lib re-covers the Smart Contracts from [alastria-identity](https://github.com/alastria/alastriaID-hardhat-contracts).", "main": "", "scripts": { @@ -28,7 +28,7 @@ "homepage": "https://github.com/alastria/alastria-identity-example#readme", "dependencies": { "alastria-identity-JSON-objects": "github:alastria/alastria-identity-JSON-objects#develop", - "alastria-identity-lib": "github:alastria/alastria-identity-lib.git#develop" + "alastria-identity-lib": "github:alastria/alastria-identity-lib.git" }, "devDependencies": { "eslint": "7.19.0",