diff --git a/package.json b/package.json index fd966ef..cf9d72c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zk-email/zk-regex", - "version": "2.1.1", + "version": "2.3.2", "private": true, "description": "zk regex circuit for content attestation", "main": "pkg/zk_regex_compiler_bg.wasm", @@ -52,4 +52,4 @@ "engines": { "yarn": "^1.22.0" } -} +} \ No newline at end of file diff --git a/packages/apis/Cargo.toml b/packages/apis/Cargo.toml index 2fffaf0..f2cd299 100644 --- a/packages/apis/Cargo.toml +++ b/packages/apis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-regex-apis" -version = "2.3.1" +version = "2.3.2" license = "MIT" edition = "2018" authors = [ diff --git a/packages/apis/package.json b/packages/apis/package.json index 43a3315..a20dcfc 100644 --- a/packages/apis/package.json +++ b/packages/apis/package.json @@ -1,6 +1,6 @@ { "name": "@zk-email/zk-regex-apis", - "version": "2.3.1", + "version": "2.3.2", "description": "apis compatible with [zk-regex](https://github.com/zkemail/zk-regex/tree/main).", "contributors": [ "Javier Su ", diff --git a/packages/circom/package.json b/packages/circom/package.json index a8fc17f..157c930 100644 --- a/packages/circom/package.json +++ b/packages/circom/package.json @@ -1,6 +1,6 @@ { "name": "@zk-email/zk-regex-circom", - "version": "2.3.1", + "version": "2.3.2", "license": "MIT", "description": "regex verification circuits in circom for common regexes, generated with the compiler in [zk-regex](https://github.com/zkemail/zk-regex/tree/main).", "contributors": [ diff --git a/packages/compiler/Cargo.toml b/packages/compiler/Cargo.toml index 72cce7d..42eb6cc 100644 --- a/packages/compiler/Cargo.toml +++ b/packages/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-regex-compiler" -version = "2.3.1" +version = "2.3.2" authors = [ "Javier Su ", "Kata Choi ", diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 8b99558..f46506e 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@zk-email/zk-regex-compiler", - "version": "2.3.1", + "version": "2.3.2", "description": "A compiler to generate a regex verification circuit in circom from a user-defined regex. Please check [zk-regex](https://github.com/zkemail/zk-regex/tree/main) for the detail.", "contributors": [ "Javier Su ",