diff --git a/package-lock.json b/package-lock.json index ac23205a..7c5d17d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rlnjs", - "version": "3.1.0", + "version": "3.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rlnjs", - "version": "3.1.0", + "version": "3.1.3", "license": "MIT", "dependencies": { "@ethersproject/bytes": "^5.7.0", diff --git a/package.json b/package.json index d81b2b55..3d880dac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rlnjs", - "version": "3.1.2", + "version": "3.1.3", "description": "Client library for generating and using RLN ZK proofs.", "license": "MIT", "repository": "https://github.com/Rate-Limiting-Nullifier/rlnjs", @@ -97,4 +97,4 @@ "tslib": "^2.5.0", "typescript": "^4.9.5" } -} \ No newline at end of file +}