From 7536b5a3c8e211b4b245ac7255d9c2a2656a011c Mon Sep 17 00:00:00 2001 From: Usame Algan Date: Wed, 8 Nov 2023 17:09:35 +0100 Subject: [PATCH] chore: Bump version to v1.22.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2cabbfaf3..26ac24be3c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://github.com/safe-global/safe-wallet-web", "license": "GPL-3.0", "type": "module", - "version": "1.21.0", + "version": "1.22.0", "scripts": { "dev": "next dev", "start": "next dev",