Skip to content

Commit

Permalink
version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Alger committed Jun 9, 2015
1 parent c5e159e commit 2d248dc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,4 +1,4 @@
# Kibana 4.1.0-snapshot
# Kibana 4.1.0

[![Build Status](https://travis-ci.org/elastic/kibana.svg?branch=master)](https://travis-ci.org/elastic/kibana?branch=master)

Expand Down Expand Up @@ -39,7 +39,7 @@ For the daring, snapshot builds are available. These builds are created after ea

| platform | | |
| --- | --- | --- |
| OSX | [tar](http://download.elastic.co/kibana/kibana/kibana-4.1.0-snapshot-darwin-x64.tar.gz) | [zip](http://download.elastic.co/kibana/kibana/kibana-4.1.0-snapshot-darwin-x64.zip) |
| Linux x64 | [tar](http://download.elastic.co/kibana/kibana/kibana-4.1.0-snapshot-linux-x64.tar.gz) | [zip](http://download.elastic.co/kibana/kibana/kibana-4.1.0-snapshot-linux-x64.zip) |
| Linux x86 | [tar](http://download.elastic.co/kibana/kibana/kibana-4.1.0-snapshot-linux-x86.tar.gz) | [zip](http://download.elastic.co/kibana/kibana/kibana-4.1.0-snapshot-linux-x86.zip) |
| Windows | [tar](http://download.elastic.co/kibana/kibana/kibana-4.1.0-snapshot-windows.tar.gz) | [zip](http://download.elastic.co/kibana/kibana/kibana-4.1.0-snapshot-windows.zip) |
| OSX | [tar](http://download.elastic.co/kibana/kibana/kibana-4.1.0-darwin-x64.tar.gz) | [zip](http://download.elastic.co/kibana/kibana/kibana-4.1.0-darwin-x64.zip) |
| Linux x64 | [tar](http://download.elastic.co/kibana/kibana/kibana-4.1.0-linux-x64.tar.gz) | [zip](http://download.elastic.co/kibana/kibana/kibana-4.1.0-linux-x64.zip) |
| Linux x86 | [tar](http://download.elastic.co/kibana/kibana/kibana-4.1.0-linux-x86.tar.gz) | [zip](http://download.elastic.co/kibana/kibana/kibana-4.1.0-linux-x86.zip) |
| Windows | [tar](http://download.elastic.co/kibana/kibana/kibana-4.1.0-windows.tar.gz) | [zip](http://download.elastic.co/kibana/kibana/kibana-4.1.0-windows.zip) |
5 changes: 3 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -11,7 +11,7 @@
"dashboarding"
],
"private": false,
"version": "4.1.0-snapshot",
"version": "4.1.0",
"main": "src/server/app.js",
"homepage": "https://www.elastic.co/products/kibana",
"bugs": {
Expand Down Expand Up @@ -64,7 +64,6 @@
"bower-license": "^0.2.6",
"event-stream": "^3.1.5",
"expect.js": "^0.3.1",
"jade": "^1.8.2",
"grunt": "^0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "^0.5.0",
Expand All @@ -86,6 +85,7 @@
"http-proxy": "^1.8.1",
"husky": "^0.6.0",
"istanbul": "^0.2.4",
"jade": "^1.8.2",
"license-checker": "3.0.3",
"load-grunt-config": "^0.7.0",
"marked": "^0.3.2",
Expand All @@ -104,7 +104,7 @@
"tar": "^1.0.1"
},
"engines": {
"node" : "~0.10 || ~0.12",
"node": "~0.10 || ~0.12",
"iojs": ">=1.5"
}
}

0 comments on commit 2d248dc

Please sign in to comment.