From 8c7696b7b823260ff4e5011bc1e4325ed75eb5f9 Mon Sep 17 00:00:00 2001 From: dfsp-spirit Date: Mon, 6 Mar 2017 16:01:24 +0000 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 296eac4..6960b20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-object-util", - "version": "0.2.3", + "version": "0.3.3", "description": "A simple utility to access nested JSON object properties, including arrays. Inspired by Immutable API methods like hasIn and getIn.", "main": "object_util.js", "scripts": {