version bump

This commit is contained in:
Artem
2025-02-18 23:23:34 +07:00
parent 4c5ebe0e4f
commit af5bd7618d
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
"package.json": "sort-package-json"
},
"dependencies": {
"@0xbow/privacy-pools-core-sdk": "^0.1.0",
"@0xbow/privacy-pools-core-sdk": "^0.1.1",
"@openzeppelin/contracts": "5.1.0",
"@openzeppelin/contracts-upgradeable": "5.0.2",
"@openzeppelin/foundry-upgrades": "0.3.6",

View File

@@ -33,7 +33,7 @@
"docker:run": "docker-compose up"
},
"dependencies": {
"@0xbow/privacy-pools-core-sdk": "0.1.0",
"@0xbow/privacy-pools-core-sdk": "0.1.1",
"ajv": "8.17.1",
"body-parser": "1.20.3",
"express": "4.21.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xbow/privacy-pools-core-sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "Typescript SDK for the Privacy Pool protocol",
"repository": "https://github.com/0xbow-io/privacy-pools-core",
"license": "Apache-2.0",