Skip to content

Commit

Permalink
Update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jan 17, 2024
1 parent 610b371 commit fbd7e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.2.15-rc0.0",
"version": "0.2.16-rc2.0",
"description": "Halo2 Javascript library",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@axiom-crypto/halo2-wasm": "link:../halo2-wasm/pkg",
"@axiom-crypto/halo2-wasm": "0.2.13-rc2.0",
"ethers": "^6.8.0",
"prettier": "1.18.2"
},
Expand Down
2 changes: 1 addition & 1 deletion halo2-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axiom-crypto/halo2-wasm",
"description": "Halo2 wasm bindings",
"version": "0.2.12-alpha.0",
"version": "0.2.13-rc2.0",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit fbd7e40

Please sign in to comment.