From 187ed2250729f68e15aafced3b3442ee44a3bbf1 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Fri, 7 Aug 2015 14:06:31 -0700 Subject: Version 1.4.1 --- bower.json | 5 +++-- component.json | 4 ++-- package.json | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index b2c713a..7c76223 100644 --- a/bower.json +++ b/bower.json @@ -51,5 +51,6 @@ ], "authors": [ "Caolan McMahon" - ] -} \ No newline at end of file + ], + "version": "1.4.1" +} diff --git a/component.json b/component.json index 443cef2..b0d4bb5 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "async", "description": "Higher-order functions and common patterns for asynchronous code", - "version": "1.4.0", + "version": "1.4.1", "keywords": [ "async", "callback", @@ -14,4 +14,4 @@ "scripts": [ "lib/async.js" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 76724fa..f3746e1 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": "1.4.0", + "version": "1.4.1", "keywords": [ "async", "callback", @@ -76,4 +76,4 @@ "tests" ] } -} \ No newline at end of file +} -- cgit v1.2.1