Skip to content

Commit

Permalink
Bumped version to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
young-steveo committed May 17, 2017
1 parent e5aeb15 commit 6925c04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ BottleJS is also available on cdnjs:
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/bottlejs/VERSION/bottle.min.js"></script>
```
Replace `VERSION` in the above URL with a valid BottleJS version, e.g. `https://cdnjs.cloudflare.com/ajax/libs/bottlejs/1.5.0/bottle.min.js`
Replace `VERSION` in the above URL with a valid BottleJS version, e.g. `https://cdnjs.cloudflare.com/ajax/libs/bottlejs/1.6.1/bottle.min.js`

## Simple Example

Expand Down
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.6.0",
"version": "1.6.1",
"description": "A powerful dependency injection micro container",
"main": "dist/bottle.min.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bottlejs",
"version": "1.6.0",
"version": "1.6.1",
"description": "A powerful dependency injection micro container",
"main": "dist/bottle.js",
"typings": "dist/bottle.d.ts",
Expand Down

0 comments on commit 6925c04

Please sign in to comment.