From 202502aed97864a0a0ee6afa48dff80b713f214a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Mon, 13 Nov 2023 23:59:48 +0100 Subject: [PATCH] build: release v0.1.3 --- 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 fcf34d5..39d5edc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@archwayhq/keyring-go", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@archwayhq/keyring-go", - "version": "0.1.2", + "version": "0.1.3", "hasInstallScript": true, "license": "Apache-2.0", "os": [ diff --git a/package.json b/package.json index fa3dc67..260ff43 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/keyring-go", - "version": "0.1.2", + "version": "0.1.3", "description": "A Node.js native addon for the Cosmos Keyring Go library to store values using the OS keyring or the filesystem", "homepage": "https://docs.archway.io", "repository": "github:archway-network/keyring-go",