diff --git a/package-lock.json b/package-lock.json index 2fd2b5a..9ee037a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rlnjs", - "version": "3.2.3", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rlnjs", - "version": "3.2.3", + "version": "3.3.0", "license": "MIT", "dependencies": { "@ethersproject/bytes": "^5.7.0", diff --git a/package.json b/package.json index 2db48b4..e10a2b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rlnjs", - "version": "3.2.3", + "version": "3.3.0", "description": "Client library for generating and using RLN ZK proofs.", "license": "MIT", "repository": "https://github.com/Rate-Limiting-Nullifier/rlnjs",