From 61abe15093d0632650843cd95c5c8f79eac4cc7d Mon Sep 17 00:00:00 2001 From: Petka Antonov Date: Thu, 2 Apr 2015 10:40:47 +0300 Subject: [PATCH] Release v2.9.23 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index aff3a2060..92df71ba5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bluebird", - "version": "2.9.22", + "version": "2.9.23", "homepage": "https://github.com/petkaantonov/bluebird", "authors": [ "Petka Antonov " diff --git a/package.json b/package.json index 062c9e4fe..5ad87b885 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bluebird", "description": "Full featured Promises/A+ implementation with exceptionally good performance", - "version": "2.9.22", + "version": "2.9.23", "keywords": [ "promise", "performance",