version 1.5.2

This commit is contained in:
Spencer Alger
2014-02-11 16:15:05 -07:00
parent 03f7a844a3
commit 32bc985640
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ bower install elasticsearch
### Download
- v1.5.1: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.1.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.1.tar.gz)
- v1.5.2: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.2.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.2.tar.gz)
## Docs

View File

@ -30,7 +30,7 @@ bower install elasticsearch
==== Download
* v1.5.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.1.tar.gz[tar.gz]
* v1.5.2: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.2.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.2.tar.gz[tar.gz]
==== Angular Build (elasticsearch.angular.js)

View File

@ -7,7 +7,7 @@
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
"main": "src/elasticsearch.js",
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "1.5.1",
"version": "1.5.2",
"browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",