Skip to content

Commit

Permalink
version bump 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Mar 10, 2017
1 parent 1845ca2 commit aa4e7a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,8 @@ First cerebro release.
- support rest client history
- nodes module

###v0.6.1 - March 10th, 2017

#### Bug fixes
- correct play.i18n.langs format
- set an application.home default
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "cerebro"

version := "0.6.0"
version := "0.6.1"

scalaVersion := "2.11.8"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cerebro",
"version": "0.6.0",
"version": "0.6.1",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit aa4e7a5

Please sign in to comment.