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

Commit

Permalink
master as most recent stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Sep 14, 2014
1 parent e6920c7 commit 48869e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Versions
| elasticsearch version | kopf version |
| --------------------- | ------------ |
| 0.90.X | v0.90 |
| 1.X | v1.3.0 |
| 1.X | master |

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion dist/kopf.js
Original file line number Diff line number Diff line change
Expand Up @@ -1964,7 +1964,7 @@ kopf.controller('CreateIndexController', ['$scope', '$location', '$timeout', 'Al
};
}]);
kopf.controller('GlobalController', ['$scope', '$location', '$timeout', '$http', '$q', '$sce', '$window', 'ConfirmDialogService', 'AlertService', 'SettingsService', 'ThemeService', 'ElasticService', function($scope, $location, $timeout, $http, $q, $sce, $window, ConfirmDialogService, AlertService, SettingsService, ThemeService, ElasticService) {
$scope.version = "1.3.0";
$scope.version = "1.3.1";
$scope.alert_service = AlertService;
$scope.modal = new ModalControls();

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=1.3.0
version=1.3.1
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": "1.3.0",
"version": "1.3.1",
"description": "kopf - simple web administration tool for ElasticSearch",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/kopf/controllers/global.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kopf.controller('GlobalController', ['$scope', '$location', '$timeout', '$http', '$q', '$sce', '$window', 'ConfirmDialogService', 'AlertService', 'SettingsService', 'ThemeService', 'ElasticService', function($scope, $location, $timeout, $http, $q, $sce, $window, ConfirmDialogService, AlertService, SettingsService, ThemeService, ElasticService) {
$scope.version = "1.3.0";
$scope.version = "1.3.1";
$scope.alert_service = AlertService;
$scope.modal = new ModalControls();

Expand Down

0 comments on commit 48869e8

Please sign in to comment.