diff --git a/History.md b/History.md index 6c18601..a1a3198 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -## v0.1.6 - unreleased +## v0.1.6 - June 25, 2014 * Add support for specifying a different parent container. (#86, #14, #33, #39, @jonjaques) * Fix Require.js support. (#64, #75, #85) diff --git a/bower.json b/bower.json index 4642b88..d3b8099 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "nprogress", "repo": "rstacruz/nprogress", "description": "slim progress bar", - "version": "0.1.5", + "version": "0.1.6", "keywords": [ "progress", "bar", diff --git a/component.json b/component.json index a2c1745..e1539bf 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "nprogress", "repo": "rstacruz/nprogress", "description": "slim progress bar", - "version": "0.1.5", + "version": "0.1.6", "keywords": ["progress","bar","spinner"], "dependencies": { "component/jQuery": "*" diff --git a/nprogress.js b/nprogress.js index f61e28a..124351e 100644 --- a/nprogress.js +++ b/nprogress.js @@ -14,7 +14,7 @@ })(this, function() { var NProgress = {}; - NProgress.version = '0.1.5'; + NProgress.version = '0.1.6'; var Settings = NProgress.settings = { minimum: 0.08, diff --git a/package.json b/package.json index 8b0ebbb..cb442a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nprogress", "author": "Rico Sta. Cruz ", "description": "Simple slim progress bars", - "version": "0.1.5", + "version": "0.1.6", "repository": { "type": "git", "url": "https://github.com/rstacruz/nprogress.git"