From baee7a647e77195ee897caf1e17374eae473e517 Mon Sep 17 00:00:00 2001 From: Beau Gunderson Date: Thu, 18 Dec 2014 12:55:26 -0800 Subject: 0.9.2 --- bower.json | 2 +- component.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index b37c30e..e6f1b42 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "0.9.1", + "version": "0.9.2", "main": "lib/async.js", "keywords": [ "async", diff --git a/component.json b/component.json index 97399fe..5003a7c 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "0.9.1", + "version": "0.9.2", "keywords": [ "async", "callback", diff --git a/package.json b/package.json index f07f671..f5debe2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Higher-order functions and common patterns for asynchronous code", "main": "lib/async.js", "author": "Caolan McMahon", - "version": "0.9.1", + "version": "0.9.2", "keywords": [ "async", "callback", -- cgit v1.2.1