diff --git a/circuit/package.json b/circuit/package.json index b5c33cd8..0418bbad 100644 --- a/circuit/package.json +++ b/circuit/package.json @@ -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.", diff --git a/client/package.json b/client/package.json index 9a5c8adb..06a71f90 100644 --- a/client/package.json +++ b/client/package.json @@ -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.", diff --git a/client/src/version.ts b/client/src/version.ts index a10457b1..9481ef48 100644 --- a/client/src/version.ts +++ b/client/src/version.ts @@ -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"; \ No newline at end of file +export const CLIENT_VERSION = "2.0.9"; \ No newline at end of file diff --git a/harness/package.json b/harness/package.json index 23489846..2baee787 100644 --- a/harness/package.json +++ b/harness/package.json @@ -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", diff --git a/harness/src/version.ts b/harness/src/version.ts index 5f1aff05..bc6d8b3f 100644 --- a/harness/src/version.ts +++ b/harness/src/version.ts @@ -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"; \ No newline at end of file +export const HARNESS_VERSION = "2.0.9"; \ No newline at end of file diff --git a/package.json b/package.json index c2429f23..e359eb7e 100644 --- a/package.json +++ b/package.json @@ -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()'", diff --git a/react/package.json b/react/package.json index f823228a..d9badf98 100644 --- a/react/package.json +++ b/react/package.json @@ -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",