From 1448aa468db8b0f96c260fe045defb4aa912e051 Mon Sep 17 00:00:00 2001 From: Aaron Cook Date: Thu, 9 Jan 2025 09:53:07 +0100 Subject: [PATCH] chore: bump version (#529) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d15fee5f..e3081368 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.4", + "version": "1.6.5", "scripts": { "build": "next build && next export", "lint": "next lint",