Bump and unify on bootstrap 5.3.3

This commit is contained in:
Ariel Rin
2024-03-12 03:36:19 +00:00
parent 3e1d8ae334
commit cf6f989502
8 changed files with 20 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ from django.apps import AppConfig
class FlatlyThemeConfig(AppConfig):
name = "allianceauth.theme.flatly"
label = "flatly"
version = "5.3.0"
version = "5.3.3"
verbose_name = f"Bootswatch Flatly v{version}"
def ready(self):