Skip to content

Commit

Permalink
Merge branch 'release-v0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
young-steveo committed Dec 6, 2014
2 parents 9d31e7f + 9e91650 commit 0721987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion dist/bottle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 0721987

Please sign in to comment.