diff --git a/package-lock.json b/package-lock.json index f4a94f0..2cefb86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bitcoinerlab/secp256k1", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bitcoinerlab/secp256k1", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@noble/hashes": "^1.1.5", diff --git a/package.json b/package.json index 9a12dfb..c2accac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bitcoinerlab/secp256k1", "homepage": "https://bitcoinerlab.com/secp256k1", - "version": "1.1.0", + "version": "1.1.1", "description": "A library for performing elliptic curve operations on the secp256k1 curve. It is designed to integrate into the BitcoinJS & BitcoinerLAB ecosystems and uses the audited noble-secp256k1 library. It is compatible with environments that do not support WASM, such as React Native.", "main": "dist/index.js", "types": "types/index.d.ts",