Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrianchen committed Apr 21, 2022
1 parent a99ae4b commit f0df9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alch/alchemy-web3",
"version": "1.4.0",
"version": "1.4.1",
"description": "Web3 client extended with Alchemy and browser provider integration.",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is autogenerated by injectVersion.js. Any changes will be
// overwritten on commit!
export const VERSION = "1.4.0";
export const VERSION = "1.4.1";

0 comments on commit f0df9fb

Please sign in to comment.