Skip to content

Commit

Permalink
Typo !
Browse files Browse the repository at this point in the history
  • Loading branch information
franck-paul committed Jun 6, 2020
1 parent 2c47849 commit 32204fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _define.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ContactMe", // Name
"Add a simple contact form on your blog", // Description
"Olivier Meunier and contributors", // Author
'1.10', // Version
'1.10.1', // Version
[
'requires' => [['core', '2.16']], // Dependencies
'permissions' => 'admin', // Permissions
Expand Down
2 changes: 1 addition & 1 deletion _install.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$core->blog->settings->contactme->put('active', true, 'boolean', 'Active', false, true);
}

$core->setVersion('contactme', $new_version);
$core->setVersion('contactMe', $new_version);

return true;
} catch (Exception $e) {
Expand Down

0 comments on commit 32204fe

Please sign in to comment.