From fe0860086ee92351d8b7d1f29770740e8780373f Mon Sep 17 00:00:00 2001 From: Rosco Kalis Date: Thu, 26 Oct 2023 15:58:27 +0200 Subject: [PATCH] Bump version to 0.6.6 --- package.json | 2 +- src/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8604da0..f7590f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "truffle-plugin-verify", - "version": "0.6.5", + "version": "0.6.6", "description": "Verify your deployed smart contracts on Etherscan from the Truffle CLI", "repository": "https://github.com/rkalis/truffle-plugin-verify", "main": "dist/verify.js", diff --git a/src/constants.ts b/src/constants.ts index cb625d6..1c966ee 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.6.5'; +export const VERSION = '0.6.6'; export const SUPPORTED_VERIFIERS = ['etherscan', 'sourcify'];