diff --git a/package.json b/package.json index d09b2fd..de753a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "truffle-plugin-verify", - "version": "0.6.1", + "version": "0.6.2", "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 0e2cbd3..758fc35 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,4 +1,4 @@ -export const VERSION = '0.6.1'; +export const VERSION = '0.6.2'; export const SUPPORTED_VERIFIERS = ['etherscan', 'sourcify'];