From 19d379f04399350e8ab6c830a73f956f4f5dc9d1 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 9 Jun 2022 14:27:16 +0200 Subject: [PATCH] 0.2.0 --- 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 364a9f0..00d8106 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/hardware-wallet-cli", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/hardware-wallet-cli", - "version": "0.1.1", + "version": "0.2.0", "license": "ISC", "dependencies": { "@dfinity/agent": "^0.11.2", diff --git a/package.json b/package.json index f530a7a..6965374 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/hardware-wallet-cli", - "version": "0.1.1", + "version": "0.2.0", "description": "A CLI to interact with the Internet Computer App on Ledger Nano S/X devices.", "main": "./build/index.js", "scripts": {