Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Feb 19, 2014
1 parent a45920f commit 68db420
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/kopf.js
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@ function CreateIndexController($scope, $location, $timeout, AlertService) {
}
function GlobalController($scope, $location, $timeout, $sce, ConfirmDialogService, AlertService, SettingsService) {
$scope.dialog = ConfirmDialogService;
$scope.version = "0.5.1";
$scope.version = "0.5.2";
$scope.username = null;
$scope.password = null;
$scope.alert_service = AlertService;
Expand Down
2 changes: 1 addition & 1 deletion es-plugin.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
description=kopf - simple web administration tool for ElasticSearch
version=0.5.1
version=0.5.2
Binary file modified imgs/aliases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgs/cluster_state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgs/cluster_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgs/rest_client.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elasticsearch-kopf",
"version": "0.5.1",
"version": "0.5.2",
"description": "kopf - simple web administration tool for ElasticSearch",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion partials/nav_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h5>connect to host</h5>
<li class="active navbar-menu-section">
<div class="row">
<div class="col-lg-12">
<span class="navbar-menu-item ng-binding">kopf v0.5.0 - found a bug? <a href="https://github.com/lmenezes/elasticsearch-kopf/issues" target="_blank">report it!</a></span>
<span class="navbar-menu-item ng-binding">kopf v0.5.2 - found a bug? <a href="https://github.com/lmenezes/elasticsearch-kopf/issues" target="_blank">report it!</a></span>
</div>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/kopf/controllers/global.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function GlobalController($scope, $location, $timeout, $sce, ConfirmDialogService, AlertService, SettingsService) {
$scope.dialog = ConfirmDialogService;
$scope.version = "0.5.1";
$scope.version = "0.5.2";
$scope.username = null;
$scope.password = null;
$scope.alert_service = AlertService;
Expand Down

0 comments on commit 68db420

Please sign in to comment.