From da3e04f30080005c12aa1f8686012a4a29765b2b Mon Sep 17 00:00:00 2001 From: Petka Antonov Date: Fri, 29 Nov 2019 00:54:24 +0200 Subject: [PATCH] Release v3.7.2 --- bower.json | 2 +- docs/_config.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index fa8c730b7..b2eae3094 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bluebird", - "version": "3.7.1", + "version": "3.7.2", "homepage": "https://github.com/petkaantonov/bluebird", "authors": [ "Petka Antonov " diff --git a/docs/_config.yml b/docs/_config.yml index c88aebfd8..c8b1b70b4 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ markdown: redcarpet redcarpet: extensions: - fenced_code_blocks -version: 3.7.1 +version: 3.7.2 gems: - jekyll-redirect-from destination: ../gh-pages/ diff --git a/package.json b/package.json index b8264bba2..33f696cb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bluebird", "description": "Full featured Promises/A+ implementation with exceptionally good performance", - "version": "3.7.1", + "version": "3.7.2", "keywords": [ "promise", "performance",