Update version 12.0.0-rc4

This commit is contained in:
Lukas Olson
2016-06-24 15:11:25 -07:00
parent 1bdf71a050
commit d49635c408
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# elasticsearch.js 12.0.0-rc3
# elasticsearch.js 12.0.0-rc4
The official low-level Elasticsearch client for Node.js and the browser.

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.0.0-rc3",
"version": "12.0.0-rc4",
"browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
@ -111,4 +111,4 @@
"engines": {
"node": ">=0.8"
}
}
}