From 352eba6643b59becc007f7ea5ad4b75c2f2de3df Mon Sep 17 00:00:00 2001 From: Andre Landgraf Date: Thu, 13 Jun 2019 11:43:02 +0200 Subject: [PATCH] cleanup --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6297e6a..16ffe0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-datalist-input", - "version": "1.1.7", + "version": "1.1.8", "description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.", "main": "./lib/DataListInput.js", "license": "MIT",