update components

This commit is contained in:
Luke Pulverenti 2016-04-10 11:17:35 -04:00
parent 654ecc8d27
commit ca2375cf4f
6 changed files with 14 additions and 14 deletions

View file

@ -145,7 +145,7 @@
apiClient.getPublicSystemInfo().then(function (info) {
if (compareVersions(info.Version, '3.0.5912') == 1) {
if (compareVersions(info.Version, '3.0.5913') == 1) {
showInternal();
}
});