version 9.0.0

This commit is contained in:
spalger
2015-10-30 17:57:05 -05:00
parent 3f0bc01eae
commit 813b7da921
3 changed files with 5 additions and 5 deletions

View File

@ -32,10 +32,10 @@ Check out the [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/clie
</tr><tr> </tr><tr>
<td>download:</td> <td>download:</td>
<td align="center"> <td align="center">
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-8.2.0.zip">zip</a> <a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-9.0.0.zip">zip</a>
</td> </td>
<td align="center"> <td align="center">
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-8.2.0.tar.gz">tar.gz</a> <a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-9.0.0.tar.gz">tar.gz</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -14,7 +14,7 @@ bower install elasticsearch
--------- ---------
=== Download === Download
* v8.2.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-8.2.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-8.2.0.tar.gz[tar.gz] * v9.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-9.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-9.0.0.tar.gz[tar.gz]
=== Angular Build === Angular Build

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.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html", "homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "8.2.0", "version": "9.0.0",
"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",
@ -101,4 +101,4 @@
"engines": { "engines": {
"node": ">=0.8" "node": ">=0.8"
} }
} }