From a922ea56b3315bc33c2c26042954b80086431622 Mon Sep 17 00:00:00 2001 From: Lucas Josino Date: Mon, 10 Jun 2024 21:25:51 -0300 Subject: [PATCH] build: bump version to 1.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d747afc6..cad174af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lucjosin/lucasjosino.com", "packageManager": "yarn@3.6.4", - "version": "1.10.0", + "version": "1.11.0", "private": true, "scripts": { "dev": "astro dev",