From 13660b74e1203798a41c6edd2f14c0ef87a30f75 Mon Sep 17 00:00:00 2001 From: Gary Meehan Date: Sat, 28 Oct 2023 17:01:25 +0100 Subject: [PATCH] v6.3.0 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 359475e0..55c5ff3c 100644 --- a/README.md +++ b/README.md @@ -3244,9 +3244,9 @@ export default () => ( **Data Recommended properties** -| Property | Info | -| --------------------- | ------------------------------------------------------------------------- | -| `position` | Position of the item. If not pass property, it will increase regularly. | +| Property | Info | +| ---------- | ----------------------------------------------------------------------- | +| `position` | Position of the item. If not pass property, it will increase regularly. | ### Software App diff --git a/package.json b/package.json index f30b9f83..cce7e46c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-seo", - "version": "6.2.0", + "version": "6.3.0", "description": "SEO plugin for Next.js projects", "source": "src/index.tsx", "main": "lib/next-seo.js",