This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
v1.10.1: Add better version checking
This update adds a better Version check system to replace the other one.
The main issue with the old one was/is, that it only expects n.n.n
patterns, so a version like the previous one (1.10.0-b1
) would break it.
Additionally have I removed some debug lines I left in by accident. Sorry for the console spam.
I also consider this a proper release now!