Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed May 13, 2015
1 parent 05e12c0 commit 254266e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.2.0 - unreleased
## [v0.2.0] - May 13, 2015

* [#93] - Remove jQuery dependency in component ([@slang800])
* [#120] - Fix the Readme showing a wrong example for `ease` ([@teeceepee])
Expand Down Expand Up @@ -107,3 +107,4 @@ Initial release.
[v0.1.2]: https://github.com/rstacruz/nprogress/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/rstacruz/nprogress/compare/v0.1.0...v0.1.1
[#53]: https://github.com/rstacruz/nprogress/issues/53
[v0.2.0]: https://github.com/rstacruz/nprogress/compare/v0.1.6...v0.2.0
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.6",
"version": "0.2.0",
"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.6",
"version": "0.2.0",
"keywords": ["progress","bar","spinner"],
"development": {
"chaijs/chai": "*",
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.6';
NProgress.version = '0.2.0';

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 <[email protected]>",
"description": "Simple slim progress bars",
"version": "0.1.6",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
Expand Down

0 comments on commit 254266e

Please sign in to comment.