add posterrestore team names to credits

This commit is contained in:
leminlimez
2025-04-07 15:22:32 -04:00
parent c5d8ffa468
commit a0d8f19bd3
3 changed files with 93 additions and 87 deletions

View File

@@ -20,8 +20,8 @@ from tweaks.tweaks import tweaks
from tweaks.custom_gestalt_tweaks import CustomGestaltTweaks, ValueTypeStrings
from tweaks.daemons_tweak import Daemon
App_Version = "5.1"
App_Build = 0
App_Version = "5.1.1"
App_Build = 1
class Page(Enum):
Home = 0