From 18e19a41f27e39903eccbb5796d97b53c249c5d4 Mon Sep 17 00:00:00 2001 From: jmagan Date: Thu, 1 Dec 2022 19:04:15 +0100 Subject: [PATCH] refactor: version 0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3abecbe..b1342c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cardano-express-web3-skeleton", - "version": "0.0.1", + "version": "0.0.2", "description": "Backend skeleton for Cardano Web3 dApps. This backend uses Express as server and MongoDB as user database. It provides a basic API Rest for authentication and authorization using CIP-0008 Signing spec and CIP-0030 Cardano dApp-Wallet Web Bridge.", "license": "MIT", "repository": {