diff --git a/package-lock.json b/package-lock.json index 0ee4cbfe..fb0b8e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rlnjs", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rlnjs", - "version": "3.1.3", + "version": "3.1.4", "license": "MIT", "dependencies": { "@ethersproject/bytes": "^5.7.0", diff --git a/package.json b/package.json index fb0e06b1..65b6476a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rlnjs", - "version": "3.1.3", + "version": "3.1.4", "description": "Client library for generating and using RLN ZK proofs.", "license": "MIT", "repository": "https://github.com/Rate-Limiting-Nullifier/rlnjs", @@ -99,4 +99,4 @@ "tslib": "^2.5.0", "typescript": "^4.9.5" } -} \ No newline at end of file +}