Skip to content

Commit 85f01ba

Browse files
committed
Release 0.1.4
1 parent 5ba1f3c commit 85f01ba

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

History.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
v0.1.4 - Unreleased
2-
-------------------
3-
1+
v0.1.4 - June 21, 2014
2+
----------------------
43

54
* Bower: don't download package.json. Fixes browserify + jquery problem. (#65, @amelon)
65
* Fix compatibility with Karma. (#75, @shaqq)

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.3",
5+
"version": "0.1.4",
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.3",
5+
"version": "0.1.4",
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.3';
17+
NProgress.version = '0.1.4';
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.3",
4+
"version": "0.1.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/rstacruz/nprogress.git"

0 commit comments

Comments
 (0)