Skip to content

Commit

Permalink
Bump version to 0.9.5
Browse files Browse the repository at this point in the history
Signed-off-by: Marios Andreopoulos <opensource@andmarios.com>
  • Loading branch information
andmarios committed Aug 17, 2018
1 parent 8c4366f commit 38ac449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-registry-ui",
"version": "0.9.4",
"version": "0.9.5",
"description": "A user interface for Confluent's Schema Registry",
"readme": "README.md",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions src/schema-registry/config/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<span ng-hide="allowChanges ">{{config.compatibilityLevel}}</span>
<md-button class="green md-small" style="padding: 0px 6px; line-height: 1.2;" ng-hide="form == config.compatibilityLevel" ng-click="updateGlobalConfig(form, $event);">change</md-button>
<br>
<b>schema-registry-ui:</b> 0.9.4
<b>schema-registry-ui:</b> 0.9.5
</div>
</md-content>
</md-card>
<div layout-margin flex>
<div flex="nogrow">
<img ng-src="src/assets/icons/landoop-dark.svg" style="width:20px;float: left;padding-right:5px;"></div>
<div flex>
<p class="md-caption">Powered by <a href="http://www.landoop.com/" target="_blank">Landoop</a></p>
<p class="md-caption">Powered by <a href="https://www.landoop.com/" target="_blank">Landoop</a></p>
</div>
</div>
</div>

0 comments on commit 38ac449

Please sign in to comment.