Skip to content

Commit

Permalink
version 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 30, 2015
1 parent 3f0bc01 commit 813b7da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,10 +32,10 @@ Check out the [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/clie
</tr><tr>
<td>download:</td>
<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 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>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/browser_builds.asciidoc
Expand Up @@ -14,7 +14,7 @@ bower install elasticsearch
---------

=== 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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
"main": "src/elasticsearch.js",
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "8.2.0",
"version": "9.0.0",
"browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
Expand Down Expand Up @@ -101,4 +101,4 @@
"engines": {
"node": ">=0.8"
}
}
}

0 comments on commit 813b7da

Please sign in to comment.