diff --git a/bower.json b/bower.json index 1ff5d97..d210b5e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bottlejs", - "version": "0.6.0", + "version": "0.7.0", "description": "A powerful, extensible dependency injection micro container", "main": "dist/bottle.min.js", "license": "MIT", diff --git a/dist/bottle.js b/dist/bottle.js index d28ea1f..92adaee 100644 --- a/dist/bottle.js +++ b/dist/bottle.js @@ -1,7 +1,7 @@ ;(function(undefined) { 'use strict'; /** - * BottleJS v0.6.0 - 2014-12-06 + * BottleJS v0.7.0 - 2014-12-06 * A powerful, extensible dependency injection micro container * * Copyright (c) 2014 Stephen Young diff --git a/dist/bottle.min.js b/dist/bottle.min.js index a507eb4..f99c2e7 100644 --- a/dist/bottle.min.js +++ b/dist/bottle.min.js @@ -1,5 +1,5 @@ /** - * BottleJS v0.6.0 - 2014-12-06 + * BottleJS v0.7.0 - 2014-12-06 * A powerful, extensible dependency injection micro container * * Copyright (c) 2014 Stephen Young diff --git a/package.json b/package.json index b407d29..554dc09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bottlejs", - "version": "0.6.0", + "version": "0.7.0", "description": "A powerful, extensible dependency injection micro container", "main": "dist/bottle.js", "scripts": {