From f725271769766b09f7a3da9d5f04182b68eebba1 Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Wed, 14 Feb 2018 07:32:33 +0530 Subject: [PATCH] Bump the version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5a164e..4ad86cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-xml-body-parser", - "version": "1.0.0", + "version": "1.0.1", "description": "Fastify plugin to parse XML payload into JS object", "main": "index.js", "scripts": {