Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifahmed990 committed Feb 2, 2024
1 parent ab8da4a commit 4aa794a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"dotenv": "^16.3.1",
"typescript": "^5.1.6",
"abstractionkit": "^0.1.2"
"abstractionkit": "^0.1.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"dotenv": "^16.3.1",
"typescript": "^5.1.6",
"abstractionkit": "^0.1.2"
"abstractionkit": "^0.1.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dotenv": "^16.3.1",
"ethers": "^6.6.7",
"typescript": "^5.1.6",
"abstractionkit": "^0.1.2"
"abstractionkit": "^0.1.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dotenv": "^16.3.1",
"ethers": "^6.6.7",
"typescript": "^5.1.6",
"abstractionkit": "^0.1.2"
"abstractionkit": "^0.1.3"
}
}
2 changes: 1 addition & 1 deletion examples/UsingBundlerRPC/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"abstractionkit": "^0.1.0",
"abstractionkit": "^0.1.3",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Candidelabs",
"url": "https://candide.dev"
},
"version": "0.1.2",
"version": "0.1.3",
"description": "Account Abstraction 4337 SDK by Candidelabs",
"main": "dist/index.js",
"module": "dist/index.m.js",
Expand Down

0 comments on commit 4aa794a

Please sign in to comment.