From ceb72b0e1301399ce9e1728d523af617458daee4 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 13 Nov 2017 20:01:20 -0500 Subject: [PATCH] Update the package version in the package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbbb8c7..c8a1140 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contain-element", "description": "A JavaScript plugin to contain an element within its parent element.", - "version": "1.6.2", + "version": "1.6.3", "license": "MIT", "main": "contain-element.min.js", "homepage": "https://github.com/WilliamsNY/contain-element",