From 63fc0b37558078756452d05449bddc060e82591e Mon Sep 17 00:00:00 2001 From: Cristovao Honorato Date: Mon, 30 Oct 2023 11:07:06 +0100 Subject: [PATCH] bump package.json version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 85feb289..b45508aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gnosis.pm/zodiac", - "version": "3.3.10", + "version": "3.4.0", "description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.", "author": "Auryn Macmillan ", "license": "LGPL-3.0+", @@ -93,4 +93,4 @@ "@openzeppelin/contracts-upgradeable": "^5.0.0", "ethers": "^5.7.1" } -} \ No newline at end of file +}