From 577c13643f6bc519b8580009e7ae1944b6bfa28a Mon Sep 17 00:00:00 2001 From: David Philipson Date: Tue, 22 Jun 2021 17:49:40 -0700 Subject: [PATCH] v1.1.0 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b7f47ba..4e5e8eb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/version.ts b/src/version.ts index 30b7887..39ba446 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.0.3"; +export const VERSION = "1.1.0";