From fbd52107442939d798f464f8822100da5a2b8539 Mon Sep 17 00:00:00 2001 From: Aaron Cox Date: Tue, 9 Apr 2024 13:37:37 -0700 Subject: [PATCH] Version 1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d551f4..2655f56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@greymass/keycert", "description": "Anchor key certificate encoding and decoding library", - "version": "1.4.0", + "version": "1.5.0", "homepage": "https://github.com/greymass/keycert", "license": "BSD-3-Clause", "main": "lib/keycert.js",