[Pkg-javascript-commits] [node-pend] 06/10: Release 1.1.1
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Fri Jun 27 22:11:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-pend.
commit f8db15d7dbd4f330c411a20151352107082287c2
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Tue Sep 24 03:32:26 2013 -0400
Release 1.1.1
---
README.md | 1 +
package.json | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f073c15..5250960 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ Dead-simple optimistic async helper.
```js
var Pend = require('pend');
var pend = new Pend();
+pend.max = 10; // defaults to Infinity
pend.go(function(cb) {
console.log("this function is immediately executed");
setTimeout(function() {
diff --git a/package.json b/package.json
index 9a7d061..44264cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pend",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "dead-simple optimistic async helper",
"main": "index.js",
"scripts": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-pend.git
More information about the Pkg-javascript-commits
mailing list