Skip to content

Commit

Permalink
updated crate-admin to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed Apr 23, 2015
1 parent 09b6527 commit 095a1f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changes for Crate
Unreleased
==========

- update crate-admin to 0.12.0 which contains the following changes:

- display ``rest_url`` from sys.nodes table on node detail view

- Expose REST URL of node in ``sys.nodes`` table

- Fix: In some cases too few threads where started which could slow
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ distZip {

ext {
downloadDir = new File(buildDir, 'downloads')
plugin_crateadmin_version = '0.11.5'
plugin_crateadmin_version = '0.12.0'
crash_version = '0.11.5'
}

Expand Down

0 comments on commit 095a1f2

Please sign in to comment.