diff --git a/NOTICE.txt b/NOTICE.txt index 6e072e2..1880ca1 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,4 +1,4 @@ -Third Party JS libraries included in Kafka Topics UI (v0.9.3) +Third Party JS libraries included in Kafka Topics UI (v0.9.4) ----------------------------------------------------- angular : MIT - https://github.com/angular/angular.js angular-animate : MIT - https://github.com/angular/angular.js @@ -15,4 +15,4 @@ bootstrap : MIT - https://gith ngHandsontable : MIT - https://github.com/handsontable/ngHand ace-builds : BSD-3 - https://github.com/ajaxorg/ace-builds angular-json-tree : Creative Commons - https://github.com/awendland/angular-json-tree -font-awesome : OFL 1.1 - http://fontawesome.io \ No newline at end of file +font-awesome : OFL 1.1 - http://fontawesome.io diff --git a/docker/Dockerfile b/docker/Dockerfile index 32a588e..732cb6d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,7 @@ RUN wget "https://github.com/mholt/caddy/releases/download/v0.10.11/caddy_v0.10. && rm -f /caddy.tgz # Add and Setup Kafka-Topics-Ui -ENV KAFKA_TOPICS_UI_VERSION="0.9.3" +ENV KAFKA_TOPICS_UI_VERSION="0.9.4" RUN wget "https://github.com/Landoop/kafka-topics-ui/releases/download/v${KAFKA_TOPICS_UI_VERSION}/kafka-topics-ui-${KAFKA_TOPICS_UI_VERSION}.tar.gz" \ -O /kafka-topics-ui.tar.gz \ && mkdir /kafka-topics-ui \ diff --git a/package.json b/package.json index 58d32dd..a40c0d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kafka-topics-ui", - "version": "0.9.3", + "version": "0.9.4", "description": "A user interface for reading data from Kafka Topics", "readme": "README.md", "main": "Gruntfile.js", diff --git a/src/kafka-topics/dashboard-components/version/project-version.html b/src/kafka-topics/dashboard-components/version/project-version.html index 9a0f7b8..39235de 100644 --- a/src/kafka-topics/dashboard-components/version/project-version.html +++ b/src/kafka-topics/dashboard-components/version/project-version.html @@ -2,7 +2,7 @@
- kafka-topics-ui v0.9.3 + kafka-topics-ui v0.9.4
-
\ No newline at end of file +