Skip to content

Commit 9c13849

Browse files
committed
Release v0.1.3
1 parent 7b5bc39 commit 9c13849

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

History.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
v0.1.3 -- March 26, 2014
2+
------------------------
3+
4+
* Remove jQuery dependency. (#28, #7, #17, @rurjur)
5+
* Update Readme to change year to 2014. (#73, @rwholmes)
6+
17
v0.1.2 -- August 21, 2013
2-
--------------------------
8+
-------------------------
39

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

bower.json

Lines changed: 4 additions & 2 deletions
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.2",
5+
"version": "0.1.3",
66
"keywords": [
77
"progress",
88
"bar",
@@ -19,6 +19,8 @@
1919
"ignore": [
2020
"**/.*",
2121
"node_modules",
22-
"components"
22+
"components",
23+
"test",
24+
"vendor"
2325
]
2426
}

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

nprogress.js

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

17-
NProgress.version = '0.1.2';
17+
NProgress.version = '0.1.3';
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
@@ -1,7 +1,7 @@
11
{
22
"name": "nprogress",
33
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/rstacruz/nprogress.git"

0 commit comments

Comments
 (0)