Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Aug 21, 2013
1 parent da3788f commit 29cbcab
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions History.md
@@ -1,5 +1,5 @@
v0.1.1 -- Unreleased
--------------------
v0.1.1 -- August 21, 2013
-------------------------

* Removed the busy cursor that occurs when loading.
* Added support for IE7 to IE9. (#3, [Mark Bao])
Expand Down
6 changes: 6 additions & 0 deletions Notes.md
Expand Up @@ -17,4 +17,10 @@ Pushing
-------

$ git push origin master

Releasing
---------

Tag and stuff (`git release`), then:

$ git push origin master:gh-pages
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.0",
"version": "0.1.1",
"keywords": ["progress","bar","spinner"],
"dependencies": {
"component/dom": "*"
Expand Down
2 changes: 1 addition & 1 deletion nprogress.js
Expand Up @@ -12,7 +12,7 @@
})(function($) {
var NProgress = {};

NProgress.version = '0.1.0';
NProgress.version = '0.1.1';

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

0 comments on commit 29cbcab

Please sign in to comment.