From ed4b754d44519571050eaea177b43a57929880bc Mon Sep 17 00:00:00 2001 From: Diogo Soares <32431609+DiogoSoaress@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:30:57 +0100 Subject: [PATCH] v1.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc048013..d3dba53a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "safe-homepage", "homepage": "https://github.com/safe-global/safe-homepage", - "version": "1.6.1", + "version": "1.6.2", "scripts": { "build": "next build && next export", "lint": "next lint",