Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 20, 2014
1 parent 5ba1f3c commit 85f01ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
v0.1.4 - Unreleased
-------------------

v0.1.4 - June 21, 2014
----------------------

* Bower: don't download package.json. Fixes browserify + jquery problem. (#65, @amelon)
* Fix compatibility with Karma. (#75, @shaqq)
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.3",
"version": "0.1.4",
"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.3",
"version": "0.1.4",
"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 @@ -14,7 +14,7 @@
})(function() {
var NProgress = {};

NProgress.version = '0.1.3';
NProgress.version = '0.1.4';

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.3",
"version": "0.1.4",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
Expand Down

0 comments on commit 85f01ba

Please sign in to comment.