1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 15:27:43 +00:00

Add a Prime Reminder on sub buttons. Super easy, the data was already there. Also add the Prime crown to the icon font.

This commit is contained in:
SirStendec 2018-02-28 17:01:15 -05:00
parent e49dd9b216
commit 67053e3804
9 changed files with 93 additions and 2 deletions

View file

@ -95,7 +95,7 @@ class FrankerFaceZ extends Module {
FrankerFaceZ.Logger = Logger;
const VER = FrankerFaceZ.version_info = {
major: 4, minor: 0, revision: 0, extra: '-beta1.5',
major: 4, minor: 0, revision: 0, extra: '-beta1.6',
build: __webpack_hash__,
toString: () =>
`${VER.major}.${VER.minor}.${VER.revision}${VER.extra || ''}${DEBUG ? '-dev' : ''}`