diff --git a/package.json b/package.json index 777b489..6915276 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wire", - "version": "0.7.3", + "version": "0.7.4", "description": "A light, fast, flexible Javascript IOC container.", "keywords": ["ioc"], "licenses": [ @@ -33,13 +33,13 @@ } ], "dependencies": { - "aop": "0.2.0", - "when": "0.9.4", + "aop": "0.5.0", + "when": "0.10.2", "sizzle": "1.5.x" }, "mappings": { - "aop": "https://github.com/briancavalier/aop.js/zipball/master", - "when": "https://github.com/briancavalier/when.js/zipball/0.9.4", + "aop": "https://github.com/briancavalier/aop.js/zipball/0.5.0", + "when": "https://github.com/briancavalier/when.js/zipball/0.10.1", "sizzle": "https://github.com/kriszyp/sizzle/zipball/1.5.2" }, "main": "./wire", diff --git a/wire.js b/wire.js index 747935b..51fe182 100644 --- a/wire.js +++ b/wire.js @@ -16,7 +16,7 @@ define(['require', 'when', 'wire/base'], function(require, when, basePlugin) { var VERSION, tos, arrayProto, apIndexOf, apSlice, rootSpec, rootContext, delegate, emptyObject, defer, chain, whenAll, isArray, indexOf, lifecycleSteps, undef; - wire.version = VERSION = "0.7.3"; + wire.version = VERSION = "0.7.4"; rootSpec = global['wire'] || {}; lifecycleSteps = ['create', 'configure', 'initialize', 'ready'];