1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-05 10:38:30 +00:00
I finally got tired of putting `-rc` in my version numbers. It's time for normal numbers.

* Added: The Add-On Loader System. This is in, however, until the add-ons are ready it's going to remain disabled. There is an Experiment to enable it for those who find themselves curious.
* Fixed: Round avatars in Theater Mode.
* Fixed: Minor string formatting issues in the Experiments menu.
This commit is contained in:
SirStendec 2019-06-01 02:17:56 -04:00
parent a305d03b2c
commit b61376ac00

View file

@ -151,7 +151,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}`
FrankerFaceZ.Logger = Logger;
const VER = FrankerFaceZ.version_info = {
major: 4, minor: 0, revision: 0, extra: '-rc22',
major: 4, minor: 1, revision: 0,
commit: __git_commit__,
build: __webpack_hash__,
toString: () =>