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

Commit 3d9716f

Browse files
author
Leonardo Menezes
committed
moved to 1.5.7 snapshot
1 parent 4819fd9 commit 3d9716f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/kopf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ kopf.controller('GlobalController', ['$scope', '$location', '$sce', '$window',
12351235
function($scope, $location, $sce, $window, AlertService, ElasticService,
12361236
ExternalSettingsService, PageService) {
12371237

1238-
$scope.version = '1.5.6';
1238+
$scope.version = '1.5.7-SNAPSHOT';
12391239

12401240
$scope.modal = new ModalControls();
12411241

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN pip install envtpl
1212
ADD nginx.conf.tpl /etc/nginx/nginx.conf.tpl
1313

1414
# kopf
15-
ENV KOPF_VERSION 1.5.6
15+
ENV KOPF_VERSION 1.5.7-SNAPSHOT
1616
RUN curl -s -L "https://github.com/lmenezes/elasticsearch-kopf/archive/v${KOPF_VERSION}.tar.gz" | \
1717
tar xz -C /tmp && mv "/tmp/elasticsearch-kopf-${KOPF_VERSION}" /kopf
1818

es-plugin.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
description=kopf - simple web administration tool for ElasticSearch
2-
version=1.5.6
2+
version=1.5.7-SNAPSHOT

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elasticsearch-kopf",
3-
"version": "1.5.6",
3+
"version": "1.5.7-SNAPSHOT",
44
"description": "kopf - simple web administration tool for ElasticSearch",
55
"main": "index.html",
66
"scripts": {

src/kopf/controllers/global.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kopf.controller('GlobalController', ['$scope', '$location', '$sce', '$window',
33
function($scope, $location, $sce, $window, AlertService, ElasticService,
44
ExternalSettingsService, PageService) {
55

6-
$scope.version = '1.5.6';
6+
$scope.version = '1.5.7-SNAPSHOT';
77

88
$scope.modal = new ModalControls();
99

0 commit comments

Comments
 (0)