From 625a2e11fa0604a52aaec57acb6075c49325f4a9 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Sat, 2 Jan 2016 15:38:10 -0800 Subject: [PATCH] Version 1.5.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 f862c64e3..7a5b5e62f 100644 --- a/bower.json +++ b/bower.json @@ -52,5 +52,6 @@ ], "authors": [ "Caolan McMahon" - ] -} \ No newline at end of file + ], + "version": "1.5.1" +} diff --git a/component.json b/component.json index 11319d129..a5d77f4c0 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.5.0", + "version": "1.5.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 3ea0468e7..2d366b8a4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dist/async.min.js" ], "author": "Caolan McMahon", - "version": "1.5.0", + "version": "1.5.1", "keywords": [ "async", "callback", @@ -82,4 +82,4 @@ "tests" ] } -} \ No newline at end of file +}