1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-04 13:17:29 +02:00

version 1.0.5 updated version settings

This commit is contained in:
Sebastian
2017-11-29 23:32:19 +01:00
parent cd240bfaed
commit 46940775f2

View File

@@ -23,7 +23,7 @@ class Settings
return [
'determineRouteBeforeAppMiddleware' => true,
'displayErrorDetails' => true,
'displayErrorDetails' => false,
'title' => 'TYPEMILL',
'author' => 'Unknown',
'copyright' => 'Copyright',
@@ -36,7 +36,7 @@ class Settings
'settingsPath' => $rootPath . 'settings',
'authorPath' => __DIR__ . DIRECTORY_SEPARATOR . 'author' . DIRECTORY_SEPARATOR,
'contentFolder' => 'content',
'version' => '1.0.4'
'version' => '1.0.5'
];
}