Skip to content

Commit

Permalink
Merge pull request #118 from young-steveo/release-v1.7.2
Browse files Browse the repository at this point in the history
Release v1.7.2
  • Loading branch information
young-steveo committed Feb 7, 2019
2 parents 8f76054 + 7e5f58c commit baba6ab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bottlejs",
"version": "1.7.1",
"version": "1.7.2",
"description": "A powerful dependency injection micro container",
"main": "dist/bottle.min.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions dist/bottle.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;(function(undefined) {
'use strict';
/**
* BottleJS v1.7.1 - 2018-05-03
* BottleJS v1.7.2 - 2019-02-07
* A powerful dependency injection micro container
*
* Copyright (c) 2018 Stephen Young
* Copyright (c) 2019 Stephen Young
* Licensed MIT
*/
var Bottle;
Expand Down
4 changes: 2 additions & 2 deletions dist/bottle.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bottlejs",
"version": "1.7.1",
"version": "1.7.2",
"description": "A powerful dependency injection micro container",
"main": "dist/bottle.js",
"typings": "dist/bottle.d.ts",
Expand Down Expand Up @@ -35,4 +35,4 @@
"grunt-wrap": "^0.3.1",
"lodash": "^4.17.0"
}
}
}

0 comments on commit baba6ab

Please sign in to comment.