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.5.33
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Nov 10, 2022
1 parent 8cc12aa commit 47e15f9
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.5.32",
"version": "0.5.33",
"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.5.32';
export const VERSION = '0.5.33';

export const API_URLS: { [chainId: number]: string } = {
1: 'https://api.etherscan.io/api',
Expand Down

0 comments on commit 47e15f9

Please sign in to comment.