Hmmm... my memory had 1.0.2 being the version that was pulled offline (along with 1.03 and 1.04).
v1.0.1 was the version that introduced manual mode. (but was otherwise only a minor tweak of v1.0.0). This was the best and most stable release until v1.0.5 came out about 6 weeks ago (which fixes some particle cloud bugs which had been there through the earlier stable releases and is also the first stable release of OakTerm).
The other version numbering though makes it all very confusing! This is especially true if we really did have two firmwares versions both reporting themselves as "System Version 6" (eg v1.0.0 and v1.0.1 - is that true? or was v1.0.1 called "System Version 7"?).
Even more confusing if we now have v1.0.5 is using "System Version 5" in some places!!! (although I think that is meant to be less confusing as it is intended to be reported as Major version 10, Minor Version 5 maybe?)
But I digress... back to the topic on-hand:
I think you got me on that one... it was 1.0.2 and 1.0.3 that were pulled, and we reverted to 1.0.1. Thanks for the reminder... need to keep my story straight!

There weren't any changes to particle_globals.h between 1.0.0 and 1.0.2 (
with 1.0.2 changing the OAK_SYSTEM_VERSION_INTEGER from 6 to 7, and OAK_SYSTEM_VERSION_RELEASE from 0 to 2), so FWIW, it appears 1.0.0 and 1.0.1 would both report as system version 6 or fw 1.0.0.
I appear to have misread the system version flag when previously trying to work out why 1.0.5 reports as version 10 - tracing back through the code in particle_core.cpp, it appears that any reference to system version will respond with the OAK_SYSTEM_VERSION_INTEGER, and that is what SoftAP requests, so whilst a query to 192.168.0.1/info will return 1.0.5 as the version string, the system version will be the integer, and is the version shown at the bottom of the wifi config screen. Phew! So basically there are two verson strings - the integer one, and the major.minor.release one. Think that little titbit needs to go on the
wiki firmware release table thingy.