version 4.1

This commit is contained in:
Spencer Alger
2015-05-19 20:38:35 -07:00
parent 053dd21dd3
commit deb4f2d259
3 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,8 @@
The official low-level Elasticsearch client for Node.js and the browser.
[![Build Status](http://img.shields.io/travis/elastic/elasticsearch-js/4.0.svg?style=flat-square)](https://travis-ci.org/elastic/elasticsearch-js?branch=4.0)
[![Coverage Status](http://img.shields.io/coveralls/elastic/elasticsearch-js/4.0.svg?style=flat-square)](https://coveralls.io/r/elastic/elasticsearch-js?branch=4.0)
[![Build Status](http://img.shields.io/travis/elastic/elasticsearch-js/4.1.svg?style=flat-square)](https://travis-ci.org/elastic/elasticsearch-js?branch=4.1)
[![Coverage Status](http://img.shields.io/coveralls/elastic/elasticsearch-js/4.1.svg?style=flat-square)](https://coveralls.io/r/elastic/elasticsearch-js?branch=4.1)
[![Dependencies up to date](http://img.shields.io/david/elastic/elasticsearch-js.svg?style=flat-square)](https://david-dm.org/elastic/elasticsearch-js)
## Features
@ -32,10 +32,10 @@ Check out the [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/clie
</tr><tr>
<td>download:</td>
<td align="center">
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-4.0.1.zip">zip</a>
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-4.1.0.zip">zip</a>
</td>
<td align="center">
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-4.0.1.tar.gz">tar.gz</a>
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-4.1.0.tar.gz">tar.gz</a>
</td>
</tr>
</table>

View File

@ -14,7 +14,7 @@ bower install elasticsearch
---------
=== Download
* v4.0.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-4.0.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-4.0.1.tar.gz[tar.gz]
* v4.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-4.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-4.1.0.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": "4.0.1",
"version": "4.1.0",
"browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
@ -98,4 +98,4 @@
"node": ">=0.8 <=0.12",
"iojs": ">=1.5"
}
}
}