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 +}