From d1945e1774e216e96bef3213daf28962cd4d6430 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Thu, 7 Apr 2016 14:10:59 -0700 Subject: Version 2.0.0-rc.3 --- component.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index cf687d2..7f408f5 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "2.0.0-rc.2", + "version": "2.0.0-rc.3", "keywords": [ "async", "callback", diff --git a/package.json b/package.json index 45fd5de..2577ec0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "2.0.0-rc.2", + "version": "2.0.0-rc.3", "main": "dist/async.js", "author": "Caolan McMahon", "repository": { -- cgit v1.2.1