diff --git a/README.md b/README.md index 0842227a6..e54efc16e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elasticsearch.js +# elasticsearch.js 9.1.0-snapshot The official low-level Elasticsearch client for Node.js and the browser. @@ -26,20 +26,6 @@ npm install elasticsearch Check out the [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/browser-builds.html) doc page for help downloading and setting up the client for use in the browser. - - - - - - - - -
bower:bower install elasticsearch
download: -zip - -tar.gz -
- ## Docs - [Quick Start](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/quick-start.html) - [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/browser-builds.html) @@ -50,7 +36,6 @@ Check out the [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/clie - [Logging](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/logging.html) - ## Questions? You can probably find help in the #elasticsearch-js or #kibana rooms on [freenode](http://webchat.freenode.net/?channels=elasticsearch-js). diff --git a/docs/browser_builds.asciidoc b/docs/browser_builds.asciidoc index dc86ddddc..73ddda2a5 100644 --- a/docs/browser_builds.asciidoc +++ b/docs/browser_builds.asciidoc @@ -14,7 +14,7 @@ bower install elasticsearch --------- === Download - * 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] + * v9.1.0-snapshot: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-9.1.0-snapshot.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-9.1.0-snapshot.tar.gz[tar.gz] === Angular Build diff --git a/package.json b/package.json index d7e2f0f27..f94ea3d82 100644 --- a/package.json +++ b/package.json @@ -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": "9.0.0", + "version": "9.1.0-snapshot", "browser": { "./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js", "./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",