diff --git a/package.json b/package.json index d6ab74a..1c218ac 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/version.ts b/src/version.ts index 0a8b219..a9bf59c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -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";