diff --git a/app/django_wol/settings.py b/app/django_wol/settings.py index 40d54f4a..096db86c 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.0.4" \ No newline at end of file +VERSION = "v1.0.5" \ No newline at end of file