Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Dec 19, 2024
1 parent 36efbdf commit 9ebe5b2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -52,4 +52,4 @@
"engines": {
"yarn": "^1.22.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/apis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-regex-apis"
version = "2.3.1"
version = "2.3.2"
license = "MIT"
edition = "2018"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion packages/apis/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/circom/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-regex-compiler"
version = "2.3.1"
version = "2.3.2"
authors = [
"Javier Su <[email protected]>",
"Kata Choi <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 9ebe5b2

Please sign in to comment.