Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

v1.10.1: Add better version checking

Compare
Choose a tag to compare
@Andre601 Andre601 released this 28 Dec 16:00
· 1047 commits to master since this release

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!