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.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Nov 30, 2015
1 parent 7e3cf1a commit 9041821
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _site/dist/kopf.js
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ kopf.controller('GlobalController', ['$scope', '$location', '$sce', '$window',
function($scope, $location, $sce, $window, AlertService, ElasticService,
ExternalSettingsService, PageService) {

$scope.version = '1.5.9';
$scope.version = '1.6.0';

$scope.modal = new ModalControls();

Expand Down
2 changes: 1 addition & 1 deletion _site/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.5.9
version=1.6.0
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip install envtpl
ADD nginx.conf.tpl /etc/nginx/nginx.conf.tpl

# kopf
ENV KOPF_VERSION 1.5.9
ENV KOPF_VERSION 1.6.0
RUN curl -s -L "https://github.com/lmenezes/elasticsearch-kopf/archive/v${KOPF_VERSION}.tar.gz" | \
tar xz -C /tmp && mv "/tmp/elasticsearch-kopf-${KOPF_VERSION}" /kopf

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": "elasticsearch-kopf",
"version": "1.5.9",
"version": "1.6.0",
"description": "kopf - simple web administration tool for ElasticSearch",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-descriptor.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description=kopf - simple web administration tool for Elasticsearch
version=1.5.9
version=1.6.0
site=true
2 changes: 1 addition & 1 deletion src/kopf/controllers/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kopf.controller('GlobalController', ['$scope', '$location', '$sce', '$window',
function($scope, $location, $sce, $window, AlertService, ElasticService,
ExternalSettingsService, PageService) {

$scope.version = '1.5.9';
$scope.version = '1.6.0';

$scope.modal = new ModalControls();

Expand Down

0 comments on commit 9041821

Please sign in to comment.