Version 1.4.3: Add version number
This commit is contained in:
parent
d93bd3bb63
commit
54012441b6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Settings
|
|||
'editor' => 'visual',
|
||||
'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'],
|
||||
'contentFolder' => 'content',
|
||||
'version' => '1.4.2',
|
||||
'version' => '1.4.3',
|
||||
'setup' => true,
|
||||
'welcome' => true,
|
||||
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],
|
||||
|
|
Loading…
Add table
Reference in a new issue