diff --git a/README.md b/README.md index 62f660bb2..6d3abccf2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elasticsearch.js 13.0.0-beta2 +# elasticsearch.js 14.0.0-SNAPSHOT The official low-level Elasticsearch client for Node.js and the browser. diff --git a/docs/browser_builds.asciidoc b/docs/browser_builds.asciidoc index 2eb9eb63a..81277bf51 100644 --- a/docs/browser_builds.asciidoc +++ b/docs/browser_builds.asciidoc @@ -22,7 +22,7 @@ npm install elasticsearch-browser --------- === Download - * v13.0.0-beta2: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-beta2.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-beta2.tar.gz[tar.gz] + * v14.0.0-SNAPSHOT: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.0.0-SNAPSHOT.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-14.0.0-SNAPSHOT.tar.gz[tar.gz] === Angular Build * Registers an `esFactory` factory in the `"elasticsearch"` module diff --git a/package.json b/package.json index d2853a976..495830903 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": "13.0.0-beta2", + "version": "14.0.0-SNAPSHOT", "keywords": [ "elasticsearch", "mapping",