Skip to content

Commit

Permalink
Bump version to 1.4.1-1 (#799)
Browse files Browse the repository at this point in the history
Bump version for the new release. Release notes:
## What's Changed
* V1.4.1: Singleton factory update by @mmv08 in
#798
  • Loading branch information
mmv08 authored Jul 23, 2024
1 parent 0a4e94f commit a1f6da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To add support for a new network follow the steps of the ``Deploy`` section and

> :warning: **Make sure to use the correct commit when deploying the contracts.** Any change (even comments) within the contract files will result in different addresses. The tagged versions that are used by the Safe team can be found in the [releases](https://github.com/safe-global/safe-contracts/releases).
> **Current version:** The latest release is [v1.4.1-build.0](https://github.com/safe-global/safe-smart-account/tree/v1.4.1-build.0) on the commit [192c7dc](https://github.com/safe-global/safe-smart-account/commit/192c7dc67290940fcbc75165522bb86a37187069)
> **Current version:** The latest release is [v1.4.1-1](https://github.com/safe-global/safe-contracts/tree/v1.4.1-1)
This will deploy the contracts deterministically and verify the contracts on etherscan using [Solidity 0.7.6](https://github.com/ethereum/solidity/releases/tag/v0.7.6) by default.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-contracts",
"version": "1.4.1-build.0",
"version": "1.4.1-1",
"description": "Ethereum multisig contract",
"homepage": "https://github.com/safe-global/safe-contracts/",
"license": "LGPL-3.0",
Expand Down

0 comments on commit a1f6da9

Please sign in to comment.