From bab22c7cc7570535937f394ae6678d191967cd7b Mon Sep 17 00:00:00 2001 From: Diogo Soares <32431609+DiogoSoaress@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:00:16 +0200 Subject: [PATCH] chore: bum version (#242) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e0c2253f..dd61a42cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "safe-homepage", "homepage": "https://github.com/safe-global/safe-homepage", - "version": "1.3.1", + "version": "1.3.2", "scripts": { "build": "next build && next export", "lint": "tsc && next lint",