tag master as 14.0 snapshot

This commit is contained in:
spalger
2017-04-24 10:36:01 -07:00
parent 2c8a1c03d4
commit eaccaa09a8
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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",