We're keeping a fork of Atom called Pulsar. We decided that our "first beta version" was going to be 1.100, but the way Hydrogen checks for versions is using parseFloat, which translates 1.100 to 1.1 and then it proceeds to use some outdated API.
This PR removes the check (Atom 1.2 is really old and considering that the project is dead anyway...)
We're keeping a fork of Atom called Pulsar. We decided that our "first beta version" was going to be
1.100
, but the way Hydrogen checks for versions is usingparseFloat
, which translates1.100
to1.1
and then it proceeds to use some outdated API.This PR removes the check (Atom 1.2 is really old and considering that the project is dead anyway...)