From 41c43efb76c840c61765cc6cacf5922eb5fbf4d2 Mon Sep 17 00:00:00 2001 From: Graeme Yeates Date: Mon, 16 May 2016 16:14:55 -0400 Subject: Version 2.0.0-rc.5 --- component.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index 13ac09e..c9ecb4c 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.4", + "version": "2.0.0-rc.5", "keywords": [ "async", "callback", diff --git a/package.json b/package.json index 9d3cd28..80396e0 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.4", + "version": "2.0.0-rc.5", "main": "dist/async.js", "author": "Caolan McMahon", "repository": { -- cgit v1.2.1