From defe52c0853c70cf4395070c0a678cfc016ebb5a Mon Sep 17 00:00:00 2001 From: ernestognw Date: Wed, 24 Jul 2024 17:36:59 -0600 Subject: [PATCH] 1.3.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 0a44c4d..6baf69b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@plumaa/signer", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@plumaa/signer", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "node-forge": "^1.3.1", diff --git a/package.json b/package.json index 1e03e9d..ec48855 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plumaa/signer", - "version": "1.2.0", + "version": "1.3.0", "description": "RSA signature and verification utilities for signing Ethereum operations with an RSA keypair", "main": "dist/index.js", "files": [