Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
version number fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Nov 20, 2013
1 parent aa0bdc2 commit dda97fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<?php echo $this->headTitle('barbossa | '. $this->translate('Version 1.0.0'))->setSeparator(' - ')->setAutoEscape(false) ?>
<?php echo $this->headTitle('barbossa | '. $this->translate('Version 0.0.1'))->setSeparator(' - ')->setAutoEscape(false) ?>

<?php echo $this->headMeta()
->appendName('viewport', 'width=device-width, initial-scale=1.0')
Expand Down

0 comments on commit dda97fa

Please sign in to comment.