Skip to content

v3.4.5 - Single Change

Compare
Choose a tag to compare
@aivruu aivruu released this 29 Aug 02:16
· 7 commits to main since this release
5c31064

This release only implements a single change for the version-comparing functions, inverting logic at switch-block. Now the target-version is compared initialy (targetVer > releaseVer), instead of the release-version (releaseVer > targetVer).

This was made for better and more clearer understanding about function's proposite and usage.

Full Changelog: v3.4.4...v3.4.5