diff --git a/README.md b/README.md index 981652f..0a80507 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ BottleJS is also available on cdnjs: ```html ``` -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 diff --git a/bower.json b/bower.json index e9dad35..1e84dfc 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/package.json b/package.json index b542293..977984f 100644 --- a/package.json +++ b/package.json @@ -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",