From 5b18d4a91996b4b9dcf31170e1ee8a3399089657 Mon Sep 17 00:00:00 2001 From: Justin Meyer Date: Thu, 4 Jan 2018 09:52:22 -0600 Subject: [PATCH] 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03ba393..f567908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "can-globals", - "version": "0.3.0", + "version": "0.4.0", "description": "This module provides a dependency injection container. Modules may define a key and specify a default value (which can be static, cached lazy, or dynamic lazy), but other code can set and reset the value as needed. There is also an event system, for alerting on value changes, both specific to a key and for any key.", "main": "can-globals.js", "scripts": {