Add minimum client version check code (#2), modify critical error handling,

bump version to 1.5.2
This commit is contained in:
Skylar Ittner 2016-09-13 14:46:07 -06:00
parent 11bcba42fd
commit f5e93c8e19

View File

@ -56,7 +56,6 @@ function onDeviceReady() {
}); });
} }
/** /**
* Compare two version strings. * Compare two version strings.
* http://stackoverflow.com/a/16187766/2534036 * http://stackoverflow.com/a/16187766/2534036