From c5c3392b52a561793e3f9933a67d69f13b576dad Mon Sep 17 00:00:00 2001 From: "Rong \"Mantle\" Bao" Date: Mon, 10 Jul 2023 12:56:55 +0800 Subject: [PATCH] build: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c31cce..fbb361d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "periotrisjs", - "version": "2.3.2", + "version": "2.4.0", "description": "Get familiar with the Periodic Table of Elements in a fun way, directly in your browsers.", "scripts": { "clean": "yarn run -B rimraf build coverage public && yarn run -B gatsby clean",