From 7cf5dae4bab655ba775e7297f9d68aaf902d3e59 Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:16:12 -0500 Subject: [PATCH] chore: bump versions --- cli/package.json | 6 +++--- halo2-lib-js/package.json | 6 +++--- halo2-repl/package.json | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cli/package.json b/cli/package.json index 1098550..502da9a 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@axiom-crypto/halo2-wasm-cli", - "version": "0.3.3", + "version": "0.3.4", "description": "Halo2 Javascript library", "main": "index.js", "scripts": { @@ -18,8 +18,8 @@ "author": "Intrinsic Technologies", "license": "ISC", "dependencies": { - "@axiom-crypto/halo2-lib-js": "0.3.3", - "@axiom-crypto/halo2-wasm": "0.3.3", + "@axiom-crypto/halo2-lib-js": "0.3.4", + "@axiom-crypto/halo2-wasm": "0.3.4", "commander": "^11.1.0", "typescript": "^5.2.2" }, diff --git a/halo2-lib-js/package.json b/halo2-lib-js/package.json index 4357f40..40640f4 100644 --- a/halo2-lib-js/package.json +++ b/halo2-lib-js/package.json @@ -1,6 +1,6 @@ { "name": "@axiom-crypto/halo2-lib-js", - "version": "0.3.3", + "version": "0.3.4", "description": "Halo2 Javascript library", "main": "index.js", "scripts": { @@ -32,11 +32,11 @@ "typescript": "^5.2.2" }, "dependencies": { - "@axiom-crypto/halo2-wasm": "0.3.3", + "@axiom-crypto/halo2-wasm": "0.3.4", "ethers": "^6.8.0", "prettier": "1.18.2" }, "publishConfig": { "directory": "dist" } -} \ No newline at end of file +} diff --git a/halo2-repl/package.json b/halo2-repl/package.json index 0d8abc9..1872538 100644 --- a/halo2-repl/package.json +++ b/halo2-repl/package.json @@ -1,6 +1,6 @@ { "name": "@axiom-crypto/halo2-repl", - "version": "0.1.2", + "version": "0.1.3", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@axiom-crypto/halo2-lib-js": "0.3.3", - "@axiom-crypto/halo2-wasm": "0.3.3", + "@axiom-crypto/halo2-lib-js": "0.3.4", + "@axiom-crypto/halo2-wasm": "0.3.4", "@devbookhq/splitter": "^1.4.2", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", @@ -41,4 +41,4 @@ "devDependencies": { "@types/prettier": "1.18.2" } -} \ No newline at end of file +}