From e0e5b5eea58b80c0c374523f9751b9647e7d8a36 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Thu, 26 Jul 2018 14:33:21 -0500 Subject: [PATCH] 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e16734..6b3f26a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abraham/reflection", - "version": "0.4.0", + "version": "0.4.1", "description": "Lightweight ES Module implementation of reflect-metadata", "main": "dist/index.umd.js", "module": "dist/index.js",