diff --git a/app/django_wol/settings.py b/app/django_wol/settings.py index 45a3f6ef..065a7c2a 100644 --- a/app/django_wol/settings.py +++ b/app/django_wol/settings.py @@ -142,4 +142,4 @@ STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' -VERSION = "v1.2.1" \ No newline at end of file +VERSION = "v1.2.2" \ No newline at end of file