Skip to content

Commit

Permalink
Bump version to 0.9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Marios Andreopoulos <[email protected]>
  • Loading branch information
andmarios committed Aug 23, 2018
1 parent e06b34d commit 5877517
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
font-awesome : OFL 1.1 - http://fontawesome.io
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
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": "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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<md-card style="box-shadow:none; margin-top:15px;" >
<md-content flex layout-padding>
<div>
<b style="font-weight: 500; text-transform: uppercase; font-size: 14px;">kafka-topics-ui</b> v0.9.3
<b style="font-weight: 500; text-transform: uppercase; font-size: 14px;">kafka-topics-ui</b> v0.9.4
</div>
</md-content>
</md-card>
</md-card>

0 comments on commit 5877517

Please sign in to comment.