Skip to content

Commit 254266e

Browse files
committed
Release v0.2.0
1 parent 05e12c0 commit 254266e

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

History.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.2.0 - unreleased
1+
## [v0.2.0] - May 13, 2015
22

33
* [#93] - Remove jQuery dependency in component ([@slang800])
44
* [#120] - Fix the Readme showing a wrong example for `ease` ([@teeceepee])
@@ -107,3 +107,4 @@ Initial release.
107107
[v0.1.2]: https://github.com/rstacruz/nprogress/compare/v0.1.1...v0.1.2
108108
[v0.1.1]: https://github.com/rstacruz/nprogress/compare/v0.1.0...v0.1.1
109109
[#53]: https://github.com/rstacruz/nprogress/issues/53
110+
[v0.2.0]: https://github.com/rstacruz/nprogress/compare/v0.1.6...v0.2.0

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nprogress",
33
"repo": "rstacruz/nprogress",
44
"description": "slim progress bar",
5-
"version": "0.1.6",
5+
"version": "0.2.0",
66
"keywords": [
77
"progress",
88
"bar",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nprogress",
33
"repo": "rstacruz/nprogress",
44
"description": "slim progress bar",
5-
"version": "0.1.6",
5+
"version": "0.2.0",
66
"keywords": ["progress","bar","spinner"],
77
"development": {
88
"chaijs/chai": "*",

nprogress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
})(this, function() {
1515
var NProgress = {};
1616

17-
NProgress.version = '0.1.6';
17+
NProgress.version = '0.2.0';
1818

1919
var Settings = NProgress.settings = {
2020
minimum: 0.08,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nprogress",
33
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
44
"description": "Simple slim progress bars",
5-
"version": "0.1.6",
5+
"version": "0.2.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/rstacruz/nprogress.git"

0 commit comments

Comments
 (0)