version 2.1.4

This commit is contained in:
Spencer Alger
2014-04-22 11:15:17 -07:00
parent 93648ce8c1
commit 633b322a04
3 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ bower install elasticsearch
``` ```
### Download ### Download
- v2.1.3: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.3.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.3.tar.gz) - v2.1.4: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.tar.gz)
## Docs ## Docs
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html) - [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)

View File

@ -29,7 +29,7 @@ bower install elasticsearch
--------- ---------
==== Download ==== Download
* v2.1.3: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.3.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.3.tar.gz[tar.gz] * v2.1.4: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.tar.gz[tar.gz]
==== Angular Build (elasticsearch.angular.js) ==== Angular Build (elasticsearch.angular.js)

View File

@ -7,7 +7,7 @@
"description": "The official low-level Elasticsearch client for Node.js and the browser.", "description": "The official low-level Elasticsearch client for Node.js and the browser.",
"main": "src/elasticsearch.js", "main": "src/elasticsearch.js",
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html", "homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "2.1.3", "version": "2.1.4",
"browser": { "browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js", "./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js", "./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
@ -32,7 +32,7 @@
"mocha": "~1.14.0", "mocha": "~1.14.0",
"async": "~0.2.9", "async": "~0.2.9",
"moment": "~2.4.0", "moment": "~2.4.0",
"js-yaml": "~2.1.3", "js-yaml": "~2.1.4",
"optimist": "~0.6.0", "optimist": "~0.6.0",
"browserify": "~2.35.1", "browserify": "~2.35.1",
"grunt": "~0.4.1", "grunt": "~0.4.1",