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

Commit

Permalink
version bump 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Jan 15, 2016
1 parent 250ede7 commit 68947b0
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 @@ -1222,7 +1222,7 @@ kopf.controller('GlobalController', ['$scope', '$location', '$sce', '$window',
function($scope, $location, $sce, $window, AlertService, ElasticService,
ExternalSettingsService, PageService) {

$scope.version = '2.1.1';
$scope.version = '2.1.2';

$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=2.1.1
version=2.1.2
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ADD nginx.conf.tpl /etc/nginx/nginx.conf.tpl
ADD ./run.sh ./run.sh

# kopf
ENV KOPF_VERSION 2.1.1
ENV KOPF_VERSION 2.1.2
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": "2.1.1",
"version": "2.1.2",
"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,4 +1,4 @@
description=kopf - simple web administration tool for Elasticsearch
version=2.1.1
version=2.1.2
site=true
name=kopf
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 = '2.1.1';
$scope.version = '2.1.2';

$scope.modal = new ModalControls();

Expand Down

0 comments on commit 68947b0

Please sign in to comment.