Version bump (12.0.0-rc3)

This commit is contained in:
Lukas Olson
2016-06-24 12:19:28 -07:00
committed by GitHub
parent cf6840feef
commit af3ebca98e

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-rc2",
"version": "12.0.0-rc3",
"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"
}
}
}