From 883b4fab4a4f69415f9033d49235a7dc071e132d Mon Sep 17 00:00:00 2001 From: Cyril Wanner Date: Sun, 11 Mar 2018 20:09:33 +0100 Subject: [PATCH] 1.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f6468f..2ddc9fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "next-plugins", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1 } diff --git a/package.json b/package.json index a82d4bf..77cad30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-plugins", - "version": "1.0.0", + "version": "1.0.1", "description": "Provides a cleaner API for enabling and configuring plugins for next.js", "main": "index.js", "scripts": {