Skip to content

Commit

Permalink
v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Apr 24, 2024
1 parent 07d6afd commit 87c22d8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion circuit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/circuit",
"version": "2.0.9-rc.0",
"version": "2.0.9",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.",
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/client",
"version": "2.0.9-rc.0",
"version": "2.0.9",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Client SDK to write custom queries for Axiom, the ZK Coprocessor for Ethereum.",
Expand Down
2 changes: 1 addition & 1 deletion client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is an autogenerated file. It should match the version number in package.json.
// Do not modify this file directly.

export const CLIENT_VERSION = "2.0.9-rc.0";
export const CLIENT_VERSION = "2.0.9";
2 changes: 1 addition & 1 deletion harness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/harness",
"version": "2.0.9-rc.0",
"version": "2.0.9",
"author": "Intrinsic Technologies",
"license": "MIT",
"description": "Circuit harness for axiom-client",
Expand Down
2 changes: 1 addition & 1 deletion harness/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This is an autogenerated file. It should match the version number in package.json.
// Do not modify this file directly.

export const HARNESS_VERSION = "2.0.9-rc.0";
export const HARNESS_VERSION = "2.0.9";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axiom-sdk-client",
"version": "2.0.9-rc.0",
"version": "2.0.9",
"description": "Axiom client SDK",
"scripts": {
"remote": "node -e 'require(\"./scripts/setRemote.js\").setRemote()'",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/react",
"version": "2.0.9-rc.0",
"version": "2.0.9",
"description": "React components for Axiom SDK",
"author": "Intrinsic Technologies",
"license": "MIT",
Expand Down

0 comments on commit 87c22d8

Please sign in to comment.