Skip to content

Commit a1f6da9

Browse files
authored
Bump version to 1.4.1-1 (#799)
Bump version for the new release. Release notes: ## What's Changed * V1.4.1: Singleton factory update by @mmv08 in #798
1 parent 0a4e94f commit a1f6da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To add support for a new network follow the steps of the ``Deploy`` section and
4848

4949
> :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).
5050
51-
> **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)
51+
> **Current version:** The latest release is [v1.4.1-1](https://github.com/safe-global/safe-contracts/tree/v1.4.1-1)
5252
5353
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.
5454

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@safe-global/safe-contracts",
3-
"version": "1.4.1-build.0",
3+
"version": "1.4.1-1",
44
"description": "Ethereum multisig contract",
55
"homepage": "https://github.com/safe-global/safe-contracts/",
66
"license": "LGPL-3.0",

0 commit comments

Comments
 (0)