Sorting by Version Added does not properly handle single/double digit version numbers.
Steps to Reproduce
Open inventory in condo and sort by Version Added.
What I expected to happen
Versions descend from the latest (0.16.0.0) to the oldest (0.1.0.0).
What happened
Versions start at 0.9.0.0 and descend until 0.3.1.0, then start at 0.16.0.0 and descend to 0.12.0.0, then start at 0.1.7.1 and descend to 0.1.0.0
Notes / Media
Related to previous bug: [0.14.3.0] Sort By Version Added Stops Showing Items At 0.9.0.0