Skip to content

Commit

Permalink
chore: bump package version and solc version
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Sep 4, 2024
1 parent 39aaea5 commit 4e39e1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require('solidity-docgen');
module.exports = {
defaultNetwork: 'hardhat',
solidity: {
version: '0.8.26',
version: '0.8.27',
settings: {
evmVersion: 'cancun',
optimizer: {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erc-payable-token",
"version": "6.1.0",
"version": "6.2.0",
"description": "ERC-1363 Payable Token Implementation",
"files": [
"contracts",
Expand Down

0 comments on commit 4e39e1d

Please sign in to comment.