From 53f67c0b67c05bc0685d09959cde622f7b9039d1 Mon Sep 17 00:00:00 2001 From: Peter <42907716+MrShack@users.noreply.github.com> Date: Sat, 30 Aug 2025 14:16:07 +0200 Subject: [PATCH] Updated version and voting requirements --- frontend/src/app/pages/vote/vote.component.html | 2 +- frontend/src/app/types/constant.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@
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',