Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 19, 2024
1 parent 7cd6a39 commit 7cf5dae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions halo2-lib-js/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}
}
8 changes: 4 additions & 4 deletions halo2-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiom-crypto/halo2-repl",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -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",
Expand Down Expand Up @@ -41,4 +41,4 @@
"devDependencies": {
"@types/prettier": "1.18.2"
}
}
}

0 comments on commit 7cf5dae

Please sign in to comment.