Skip to content

Commit 9861cd1

Browse files
committed
Release v0.1.2
1 parent ca775fe commit 9861cd1

6 files changed

+13
-7
lines changed

History.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
v0.1.2 -- unleseade
2-
-------------------
1+
v0.1.2 -- August 21, 2013
2+
--------------------------
3+
4+
Minor update for proper [Bower] and [Component] support.
35

46
* Add Bower support.
57
* Fix Component support and use `component/jquery` as a dependency.
68

79
v0.1.1 -- August 21, 2013
810
-------------------------
911

12+
Minor fixes.
13+
1014
* Removed the busy cursor that occurs when loading.
1115
* Added support for IE7 to IE9. (#3, [Mark Bao])
1216
* Implement `trickleRate` and `trickleSpeed` options.
@@ -22,3 +26,5 @@ Initial release.
2226

2327
[Rahul C S]: https://github.com/rahulcs
2428
[Mark Bao]: https://github.com/markbao
29+
[Bower]: http://bower.io
30+
[Component]: http://component.io

Notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version numbers
22
---------------
33

4-
$ bump package.json component.json nprogress.js
4+
$ bump *.json nprogress.js
55

66
Testing
77
-------

bower.json

+1-1
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.1",
5+
"version": "0.1.2",
66
"keywords": [
77
"progress",
88
"bar",

component.json

+1-1
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.1",
5+
"version": "0.1.2",
66
"keywords": ["progress","bar","spinner"],
77
"dependencies": {
88
"component/jQuery": "*"

nprogress.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
})(function($) {
1313
var NProgress = {};
1414

15-
NProgress.version = '0.1.1';
15+
NProgress.version = '0.1.2';
1616

1717
var Settings = NProgress.settings = {
1818
minimum: 0.08,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nprogress",
33
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/rstacruz/nprogress.git"

0 commit comments

Comments
 (0)