diff --git a/jsr.json b/jsr.json index ba2a065..f698f29 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@paulmillr/micro-key-producer", - "version": "0.7.3", + "version": "0.7.4", "exports": { ".": "./src/index.ts", "./bls.js": "./src/bls.ts", diff --git a/package.json b/package.json index 08c629f..a8bdf8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micro-key-producer", - "version": "0.7.3", + "version": "0.7.4", "description": "Produces secure keys and passwords. Supports SSH, PGP, BLS, OTP, and many others", "main": "./index.js", "module": "./esm/index.js",