Skip to content

Commit 29cbcab

Browse files
committed
Release v0.1.1
1 parent da3788f commit 29cbcab

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

History.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.1.1 -- Unreleased
2-
--------------------
1+
v0.1.1 -- August 21, 2013
2+
-------------------------
33

44
* Removed the busy cursor that occurs when loading.
55
* Added support for IE7 to IE9. (#3, [Mark Bao])

Notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ Pushing
1717
-------
1818

1919
$ git push origin master
20+
21+
Releasing
22+
---------
23+
24+
Tag and stuff (`git release`), then:
25+
2026
$ git push origin master:gh-pages

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

nprogress.js

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

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nprogress",
33
"author": "Rico Sta. Cruz <[email protected]>",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/rstacruz/nprogress.git"

0 commit comments

Comments
 (0)