From e5cbc00272038514941ec6c33175ba5de3a639d8 Mon Sep 17 00:00:00 2001 From: Diogo Soares <32431609+DiogoSoaress@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:57:43 +0200 Subject: [PATCH] chore: bump version to 1.3.1 (#239) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 658fba5da..2e0c2253f 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.0", + "version": "1.3.1", "scripts": { "build": "next build && next export", "lint": "tsc && next lint",