mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 10:38:30 +00:00
4.1.0
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:
parent
a305d03b2c
commit
b61376ac00
1 changed files with 1 additions and 1 deletions
|
@ -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: () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue