Skip to content

Commit

Permalink
update version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chdask committed Oct 12, 2016
1 parent d45c4e0 commit 1885a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN wget "https://caddyserver.com/download/build?os=linux&arch=amd64&features="
&& rm -f /caddy.tgz

# Add and Setup Schema-Registry-Ui
RUN wget "https://github.com/Landoop/schema-registry-ui/releases/download/0.7/schema-registry-ui-0.7.tar.gz" \
RUN wget "https://github.com/Landoop/schema-registry-ui/releases/download/0.7.1/schema-registry-ui-0.7.1.tar.gz" \
-O /schema-registry-ui.tar.gz \
&& mkdir /schema-registry-ui \
&& tar xzf /schema-registry-ui.tar.gz -C /schema-registry-ui \
Expand Down
2 changes: 1 addition & 1 deletion src/schema-registry/config/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<b>Url :</b> {{schemaRegistryURL}}
<span ng-show="connectionFailure" style="color:red">CONNECTIVITY ERROR</span><br>
<b>Compitability level :</b> {{config.compatibilityLevel}}<br>
<b>schema-registry-ui:</b> 0.8
<b>schema-registry-ui:</b> 0.7.1
</div>
</md-content>
</md-card>
Expand Down

0 comments on commit 1885a90

Please sign in to comment.