From b469efb2d16446dc58b9456d31c167eb59f600ff Mon Sep 17 00:00:00 2001 From: schmanu Date: Tue, 6 Feb 2024 11:31:02 +0100 Subject: [PATCH] chore: bump package.json to 1.29 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e485592b3..f7c2a23ec7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "safe-wallet-web", "homepage": "https://github.com/safe-global/safe-wallet-web", "license": "GPL-3.0", - "version": "1.28.0", + "version": "1.29.0", "type": "module", "scripts": { "dev": "next dev",