Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 25, 2014
1 parent 8bf393c commit d17ce5c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nprogress",
"repo": "rstacruz/nprogress",
"description": "slim progress bar",
"version": "0.1.5",
"version": "0.1.6",
"keywords": [
"progress",
"bar",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down
2 changes: 1 addition & 1 deletion nprogress.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nprogress",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"description": "Simple slim progress bars",
"version": "0.1.5",
"version": "0.1.6",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
Expand Down

0 comments on commit d17ce5c

Please sign in to comment.