From d3028c91acd39fdcf7fd2b3dcffd00f22c76614f Mon Sep 17 00:00:00 2001 From: "Chris K.Y. FUNG" <8746768+chriskyfung@users.noreply.github.com> Date: Wed, 29 Jan 2025 23:56:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore:=20bump=20version=20to=203?= =?UTF-8?q?.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated package.json version from 3.3.0 to 3.3.1 to reflect the new release. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bfa18bd..d1b1cac8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "amp-affiliately-jekyll-theme", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "amp-affiliately-jekyll-theme", - "version": "3.3.0", + "version": "3.3.1", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index acd2db65..8c18cf06 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.3.0", + "version": "3.3.1", "scripts": { "install": "bundle install", "start": "npm run jekyll",