Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 20, 2014
1 parent 740931d commit 0834b12
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 24 deletions.
22 changes: 5 additions & 17 deletions Notes.md
@@ -1,8 +1,3 @@
Version numbers
---------------

$ bump *.json nprogress.js

Testing
-------

Expand All @@ -20,18 +15,11 @@ Testing component build
$ component build
$ open test/component.html

Pushing
-------

$ git push origin master

Releasing
---------

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

$ git push origin master:gh-pages

And publish to npm:

$ npm publish
$ npm test
$ bump *.json nprogress.js # bump version numbers
$ git release 0.1.1 # release to bower/github
$ npm publish # release to npm
$ git push origin master:gh-pages # update the site
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "nprogress",
"repo": "rstacruz/nprogress",
"description": "slim progress bar",
"version": "0.1.4",
"version": "0.1.5",
"keywords": [
"progress",
"bar",
Expand Down
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.4",
"version": "0.1.5",
"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.4';
NProgress.version = '0.1.5';

var Settings = NProgress.settings = {
minimum: 0.08,
Expand Down
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -2,10 +2,10 @@
"name": "nprogress",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"description": "Simple slim progress bars",
"version": "0.1.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
Expand All @@ -16,5 +16,6 @@
"chai": "~1.6.1",
"mocha": "~1.11.0",
"jsdom": "~0.6.5"
}
},
"dependencies": {}
}

0 comments on commit 0834b12

Please sign in to comment.