From f98209c4288ec51c5f33168df7e0f02739811ba2 Mon Sep 17 00:00:00 2001 From: Jan-Felix <524089+jfschwarz@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:29:26 +0100 Subject: [PATCH] bring version in package.json up-to-date --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e2512ec..0595eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gnosis-guild/zodiac", - "version": "4.0.3", + "version": "4.0.5", "description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.", "author": "Auryn Macmillan ", "license": "LGPL-3.0+", @@ -95,4 +95,4 @@ "@openzeppelin/contracts-upgradeable": "^5.0.0", "ethers": "^6.9.2" } -} \ No newline at end of file +}