From da8ac6e99095c5ef25afbbc30da5c0bd62ad34bd Mon Sep 17 00:00:00 2001 From: Jan-Felix Date: Fri, 31 May 2024 10:24:12 +0200 Subject: [PATCH] 3.1.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75c874a..2ff077e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethers-multisend", - "version": "3.0.0", + "version": "3.1.0", "description": "A package for crafting multi-send transaction from a Zodiac Avatar, such as a Safe, based on ethers.js", "main": "build/cjs/index.js", "typings": "build/cjs/index.d.ts", @@ -68,4 +68,4 @@ "@ethersproject/solidity": "^5.0.0", "@ethersproject/units": "^5.0.0" } -} \ No newline at end of file +}