From e743dca34d9018c5126b1157c7c9bb595d3969d8 Mon Sep 17 00:00:00 2001 From: chee Date: Thu, 23 Feb 2017 21:12:24 +0000 Subject: [PATCH] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85ff780..a1a61d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exceptional-objects", - "version": "1.0.1", + "version": "1.0.2", "description": "create objects that throw exceptions when accessing missing keys", "main": "index.js", "author": "chee ",