Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Aug 21, 2013
1 parent ca775fe commit 9861cd1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
v0.1.2 -- unleseade
-------------------
v0.1.2 -- August 21, 2013
--------------------------

Minor update for proper [Bower] and [Component] support.

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

v0.1.1 -- August 21, 2013
-------------------------

Minor fixes.

* Removed the busy cursor that occurs when loading.
* Added support for IE7 to IE9. (#3, [Mark Bao])
* Implement `trickleRate` and `trickleSpeed` options.
Expand All @@ -22,3 +26,5 @@ Initial release.

[Rahul C S]: https://github.com/rahulcs
[Mark Bao]: https://github.com/markbao
[Bower]: http://bower.io
[Component]: http://component.io
2 changes: 1 addition & 1 deletion Notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version numbers
---------------

$ bump package.json component.json nprogress.js
$ bump *.json nprogress.js

Testing
-------
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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"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 @@ -12,7 +12,7 @@
})(function($) {
var NProgress = {};

NProgress.version = '0.1.1';
NProgress.version = '0.1.2';

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
@@ -1,7 +1,7 @@
{
"name": "nprogress",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
Expand Down

0 comments on commit 9861cd1

Please sign in to comment.