Skip to content

Commit 38b65d4

Browse files
author
Spencer Alger
committed
version 5.0
1 parent 6356440 commit 38b65d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Check out the [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/clie
3232
</tr><tr>
3333
<td>download:</td>
3434
<td align="center">
35-
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-4.1.0.zip">zip</a>
35+
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-5.0.0.zip">zip</a>
3636
</td>
3737
<td align="center">
38-
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-4.1.0.tar.gz">tar.gz</a>
38+
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-5.0.0.tar.gz">tar.gz</a>
3939
</td>
4040
</tr>
4141
</table>

docs/browser_builds.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bower install elasticsearch
1414
---------
1515

1616
=== Download
17-
* v4.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-4.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-4.1.0.tar.gz[tar.gz]
17+
* v5.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-5.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-5.0.0.tar.gz[tar.gz]
1818

1919

2020
=== Angular Build

package.json

Lines changed: 2 additions & 2 deletions
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.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
10-
"version": "4.1.0",
10+
"version": "5.0.0",
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",
@@ -99,4 +99,4 @@
9999
"node": ">=0.8 <=0.12",
100100
"iojs": ">=1.5"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)