From 88a757bb45ad6a126f3139fb3fbd9e79c6b1a225 Mon Sep 17 00:00:00 2001 From: Danil Kovtonyuk Date: Thu, 3 Jun 2021 12:43:04 +0300 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05181be..b1607a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gas-price-oracle", - "version": "0.2.3", + "version": "0.3.0", "description": "Gas Price Oracle library for Ethereum dApps.", "main": "lib/index.js", "homepage": "https://github.com/peppersec/gas-price-oracle",