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

Commit

Permalink
version bump 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Sep 22, 2014
1 parent ce086de commit 4a34b06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/kopf.js
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,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.2";
$scope.version = "1.3.3";
$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.2
version=1.3.3
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.2",
"version": "1.3.3",
"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.2";
$scope.version = "1.3.3";
$scope.alert_service = AlertService;
$scope.modal = new ModalControls();

Expand Down

0 comments on commit 4a34b06

Please sign in to comment.