From 601aed60462d3b03468d5ed22b13b4c5c4b7ce38 Mon Sep 17 00:00:00 2001 From: catnose99 Date: Sat, 16 Oct 2021 23:54:45 +0900 Subject: [PATCH] bump to 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9791945..ea4719b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-head-seo", "source": "./index.tsx", - "version": "0.1.1", + "version": "0.1.2", "description": "Tiny SEO plugin for Next.js applications", "main": "./dist/index.js", "types": "./dist/index.d.ts",