From f46098ab3af05cc810a0ef23ddf26b771d998a62 Mon Sep 17 00:00:00 2001 From: "Chris K.Y. FUNG" <8746768+chriskyfung@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore:=20bump=20version=20to=203?= =?UTF-8?q?.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated `package.json` version from 3.0.0 to 3.1.0 to reflect the new release. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea881ac7..774d7305 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "amp-affiliately-jekyll-theme", "description": "AMP Affiliately is an AMP-ready Jekyll theme for your blogs and websites.", - "version": "3.0.0", + "version": "3.1.0", "scripts": { "convert:css2scss": "bash ./css_to_scss.sh", "jekyll": "bundle exec jekyll serve --livereload",