diff --git a/bower.json b/bower.json index d996398c7..ada49d89a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bluebird", - "version": "3.5.0", + "version": "3.5.1", "homepage": "https://github.com/petkaantonov/bluebird", "authors": [ "Petka Antonov " diff --git a/docs/_config.yml b/docs/_config.yml index 1bfea4fd6..ed7eaa592 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ markdown: redcarpet redcarpet: extensions: - fenced_code_blocks -version: 3.5.0 +version: 3.5.1 gems: - jekyll-redirect-from destination: ../gh-pages/ diff --git a/package.json b/package.json index 721821e9b..8e4d073f9 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.5.0", + "version": "3.5.1", "keywords": [ "promise", "performance",