From 85777c1d2236fe58cc1373a6993068f2b5de4281 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 15 Jun 2022 08:56:08 +0200 Subject: [PATCH] 0.2.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00d8106..8bc047f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/hardware-wallet-cli", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/hardware-wallet-cli", - "version": "0.2.0", + "version": "0.2.1", "license": "ISC", "dependencies": { "@dfinity/agent": "^0.11.2", diff --git a/package.json b/package.json index ad1cc24..925fd20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/hardware-wallet-cli", - "version": "0.2.0", + "version": "0.2.1", "description": "A CLI to interact with the Internet Computer App on Ledger Nano S/X devices.", "main": "./build/index.js", "scripts": {