From a7e0bb5719f8f0c30d667d255bbd997977f8637e Mon Sep 17 00:00:00 2001 From: Petka Antonov Date: Thu, 19 Feb 2015 18:16:12 +0200 Subject: [PATCH] Release v2.9.12 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index f4a20a42b..edaab1f81 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bluebird", - "version": "2.9.11", + "version": "2.9.12", "homepage": "https://github.com/petkaantonov/bluebird", "authors": [ "Petka Antonov " diff --git a/package.json b/package.json index 2310ac3bb..ba411f4bf 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.11", + "version": "2.9.12", "keywords": [ "promise", "performance",