From a81db98a7bcbddccd10133cafad4c75e3bf23d67 Mon Sep 17 00:00:00 2001 From: Dan VerWeire Date: Mon, 29 Dec 2014 12:23:08 -0500 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea83715..bfd65e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object-mask", - "version": "0.1.0", + "version": "1.0.0", "description": "Copy an object based on a mask of allowed or denied properties", "main": "index.js", "scripts": {