bump to 11.0.0-snapshot

This commit is contained in:
spalger
2016-01-08 14:37:59 -07:00
parent 184a784711
commit 0d0c2220b5
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# elasticsearch.js 10.1.0
# elasticsearch.js 11.0.0-snapshot
The official low-level Elasticsearch client for Node.js and the browser.

View File

@ -14,7 +14,7 @@ bower install elasticsearch
---------
=== Download
* v10.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-10.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-10.1.0.tar.gz[tar.gz]
* v11.0.0-snapshot: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-11.0.0-snapshot.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-11.0.0-snapshot.tar.gz[tar.gz]
=== Angular Build

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": "10.1.0",
"version": "11.0.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",