Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Mar 26, 2014
1 parent 7b5bc39 commit 9c13849
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 7 additions & 1 deletion History.md
@@ -1,5 +1,11 @@
v0.1.3 -- March 26, 2014
------------------------

* Remove jQuery dependency. (#28, #7, #17, @rurjur)
* Update Readme to change year to 2014. (#73, @rwholmes)

v0.1.2 -- August 21, 2013
--------------------------
-------------------------

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

Expand Down
6 changes: 4 additions & 2 deletions bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "nprogress",
"repo": "rstacruz/nprogress",
"description": "slim progress bar",
"version": "0.1.2",
"version": "0.1.3",
"keywords": [
"progress",
"bar",
Expand All @@ -19,6 +19,8 @@
"ignore": [
"**/.*",
"node_modules",
"components"
"components",
"test",
"vendor"
]
}
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "nprogress",
"repo": "rstacruz/nprogress",
"description": "slim progress bar",
"version": "0.1.2",
"version": "0.1.3",
"keywords": ["progress","bar","spinner"],
"dependencies": {
"component/jQuery": "*"
Expand Down
2 changes: 1 addition & 1 deletion nprogress.js
Expand Up @@ -14,7 +14,7 @@
})(function() {
var NProgress = {};

NProgress.version = '0.1.2';
NProgress.version = '0.1.3';

var Settings = NProgress.settings = {
minimum: 0.08,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "nprogress",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
Expand Down

0 comments on commit 9c13849

Please sign in to comment.