Skip to content

Commit

Permalink
changed 0.9.6 from package.json & config.html to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Kotsis committed Feb 10, 2019
1 parent b27df5f commit c69c1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kafka-connect-ui",
"version": "0.9.6",
"version": "0.9.7",
"description": "A user interface for managing Kafka Connectors",
"readme": "README.md",
"main": "Gruntfile.js",
Expand Down
2 changes: 1 addition & 1 deletion src/kafka-connect/config/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<md-content flex layout-padding>
<b>Kafka Connect :</b> {{kafkaConnectURL}} <br>
<span ng-show="showVersion"> <b>Kafka Connect Version :</b> {{version}} <br></span>
<span> <b>Kafka Connect UI Version :</b> 0.9.6 <br></span>
<span> <b>Kafka Connect UI Version :</b> 0.9.7 <br></span>
<span ng-show="connectionFailure" class="red">{{connectivityError}}</span><br>
</md-content>
</md-card>

0 comments on commit c69c1eb

Please sign in to comment.