I keep getting this error message whenever I try launching the game with the mod.

I am running the version of the game the mod asks for, 0.95a-RC15.
After some basic troubleshooting, it seems that Stellar Networks 1.0.0 is incompatible with Nexelerin 0.10.1, which is made for the same versionof Starsector. At least whenever both mods are enabled at the same time the game crashes with that error message.
Thank you for your time and work. This mod is pretty useful so being able to work alongside Nex would be great.
I don't have Nexelerin running and still get that error. Looking at the starsector.log, it looks like that error is coming from Version Checker (which is included in Nex).
Specifically it seems to not like the .version file for the new version of stelnet.
Excerpt from starsector.log for the crash:
52193 [Thread-3] INFO com.fs.starfarer.loading.LoadingUtils - Loading JSON from [stelnet.version]
52303 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain - java.lang.RuntimeException: Failed to parse version file "stelnet.version"
java.lang.RuntimeException: Failed to parse version file "stelnet.version"
at org.lazywizard.versionchecker.VCModPlugin.onApplicationLoad(VCModPlugin.java:90)
at com.fs.starfarer.loading.ResourceLoaderState.init(Unknown Source)
at com.fs.state.AppDriver.begin(Unknown Source)
at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
at com.fs.starfarer.StarfarerLauncher.o00000(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.json.JSONException: stelnet.version
Expected a ',' or '}' at 104 [character 5 line 3]
at com.fs.starfarer.loading.LoadingUtils.Õ00000(Unknown Source)
at com.fs.starfarer.loading.LoadingUtils.void(Unknown Source)
at com.fs.starfarer.settings.StarfarerSettings$1.loadJSON(Unknown Source)
at org.lazywizard.versionchecker.VCModPlugin.onApplicationLoad(VCModPlugin.java:86)
... 6 more
I turned off Version Checker and everything works just fine. Doesn't really fix the issue with Nex since version checker is integrated there.
Bug report aside, many thanks for the mod, it is super useful for keeping track of market info and I really like the new profit window.
Cheers!
Edit: Found the issue, the first line of the stelnet.version file is missing a comma at the end.
Original Version:
"masterVersionFile":"https://github.com/jaghaimo/stelnet/blob/master/assets/stelnet.version"
Corrected Version:
"masterVersionFile":"https://github.com/jaghaimo/stelnet/blob/master/assets/stelnet.version",
I assume fixing that file would make it run correctly with Nex as well.