Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dphilipson committed Jun 23, 2021
1 parent 23eed7e commit 577c136
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.0.3",
"version": "1.1.0",
"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.0.3";
export const VERSION = "1.1.0";

0 comments on commit 577c136

Please sign in to comment.