Update versions

This commit is contained in:
SoraSuegami
2024-10-17 13:04:48 +09:00
parent 5d26795d84
commit 8409240107
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "zk-regex-apis"
version = "2.1.1"
version = "2.2.0"
license = "MIT"
edition = "2018"
authors = [

View File

@@ -1,6 +1,6 @@
{
"name": "@zk-email/zk-regex-apis",
"version": "2.1.1",
"version": "2.2.0",
"description": "apis compatible with [zk-regex](https://github.com/zkemail/zk-regex/tree/main).",
"contributors": [
"Javier Su <javier.su.weijie@gmail.com>",

View File

@@ -1,6 +1,6 @@
{
"name": "@zk-email/zk-regex-circom",
"version": "2.1.1",
"version": "2.2.0",
"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": [

View File

@@ -1,6 +1,6 @@
[package]
name = "zk-regex-compiler"
version = "2.1.1"
version = "2.2.0"
authors = [
"Javier Su <javier.su.weijie@gmail.com>",
"Kata Choi <kata.choi@gmail.com>",

View File

@@ -1,6 +1,6 @@
{
"name": "@zk-email/zk-regex-compiler",
"version": "2.1.1",
"version": "2.2.0",
"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 <javier.su.weijie@gmail.com>",