Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Mar 7, 2023
1 parent e087d1c commit 33c7655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '0.6.1';
export const VERSION = '0.6.2';

export const SUPPORTED_VERIFIERS = ['etherscan', 'sourcify'];

Expand Down

0 comments on commit 33c7655

Please sign in to comment.