From ad3a58ce94115cf6a3ed62f22bb00326a96cbb08 Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Tue, 19 Jan 2016 05:44:04 -0500 Subject: [PATCH] 0.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 628e26c..7803373 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "union-value", "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.", - "version": "0.2.2", + "version": "0.2.3", "homepage": "https://github.com/jonschlinkert/union-value", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/union-value",