From df14e1c1aecd85d6eaaecfd69de5a42ee2e142f4 Mon Sep 17 00:00:00 2001 From: Rosco Kalis Date: Wed, 30 Jun 2021 15:46:33 +0200 Subject: [PATCH] Bump version to 0.5.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52b528a..24825ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "truffle-plugin-verify", - "version": "0.5.9", + "version": "0.5.10", "description": "Verify your deployed smart contracts on Etherscan from the Truffle CLI", "repository": "https://github.com/rkalis/truffle-plugin-verify", "main": "verify.js",