diff --git a/frontend/src/app/pages/vote/vote.component.html b/frontend/src/app/pages/vote/vote.component.html index 2ceed81..a3eb590 100644 --- a/frontend/src/app/pages/vote/vote.component.html +++ b/frontend/src/app/pages/vote/vote.component.html @@ -23,7 +23,7 @@

Weekly Vote Crate

-

Vote at least 36 times in a week (thats 6 times a day for 6 days!) to get a Weekly Crate Key! Weekly +

Vote at least 28 times in a week (that's 4 times a day for 6 days!) to get a Weekly Crate Key! Weekly Crates have higher value rewards, exclusive collectibles, and items with normally impossible enchantments.

Please note: Weeks reset on Saturday at diff --git a/frontend/src/app/types/constant.ts b/frontend/src/app/types/constant.ts index 3a41dd9..d91ad58 100644 --- a/frontend/src/app/types/constant.ts +++ b/frontend/src/app/types/constant.ts @@ -1,4 +1,4 @@ -export const ALTITUDE_VERSION = "1.21" +export const ALTITUDE_VERSION = "1.21.8" export const enum THEME_MODE { LIGHT = 'theme-light',