Skip to content

Commit 4ee488e

Browse files
author
Spencer Alger
committed
Merge branch 'typo-durring'
2 parents f389ce7 + d6d641d commit 4ee488e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bower install elasticsearch
3636
```
3737

3838
### Download
39-
- v1.5.6: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.6.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.6.tar.gz)
39+
- v1.5.7: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.7.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.7.tar.gz)
4040

4141
## Docs
4242
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)

docs/about.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bower install elasticsearch
2929
---------
3030

3131
==== Download
32-
* v1.5.6: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.6.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.6.tar.gz[tar.gz]
32+
* v1.5.7: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.7.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.7.tar.gz[tar.gz]
3333

3434

3535
==== Angular Build (elasticsearch.angular.js)

docs/configuration.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Default in Node:::
4545

4646
`apiVersion`[[config-api-version]]:: `String` -- Change the API that they client provides, specify the major version of the Elasticsearch nodes you will be connecting to.
4747
+
48-
WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used durring development. It is highly recommended that you set this parameter in all code that is headed to production.
48+
WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used during development. It is highly recommended that you set this parameter in all code that is headed to production.
4949

5050
Default ::: `"0.90"`
5151

@@ -266,4 +266,4 @@ var client = new elasticsearch.Client({
266266
}, []);
267267
}
268268
})
269-
-----
269+
-----

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
88
"main": "src/elasticsearch.js",
99
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
10-
"version": "1.5.6",
10+
"version": "1.5.7",
1111
"browser": {
1212
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
1313
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",

0 commit comments

Comments
 (0)