[version] bump master to 13.0

This commit is contained in:
spalger
2016-12-12 11:41:29 -07:00
parent f9d2569640
commit 735caf548e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# elasticsearch.js 12.1.0
# elasticsearch.js 13.0.0-alpha1
The official low-level Elasticsearch client for Node.js and the browser.

View File

@ -14,7 +14,7 @@ bower install elasticsearch
---------
=== Download
* v12.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-12.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-12.1.0.tar.gz[tar.gz]
* v13.0.0-alpha1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-alpha1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0-alpha1.tar.gz[tar.gz]
NOTE: Here's an example that integrates elasticsearch.js with React https://github.com/scotchfield/elasticsearch-react-example/[on GitHub]

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": "12.1.0",
"version": "13.0.0-alpha1",
"browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",