From fe819f8cf58139a7fc8f8fb794de4ac034160e39 Mon Sep 17 00:00:00 2001 From: voltan Date: Wed, 16 Oct 2013 16:12:10 +0330 Subject: [PATCH] Fix version number --- config/module.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/module.php b/config/module.php index 2a8d6b4..3cf7abd 100644 --- a/config/module.php +++ b/config/module.php @@ -28,7 +28,7 @@ // Description, for admin, optional 'description' => __('Vote system'), // Version number, required - 'version' => '1.0.0-beta.2', + 'version' => '1.0.0', // Distribution license, required 'license' => 'New BSD', // Logo image, for admin, optional @@ -59,8 +59,8 @@ // Database meta 'database' => 'database.php', // Module configs - 'config' => 'config.php', - // ACL specs + 'config' => 'config.php', + // ACL specs 'acl' => 'acl.php', // Bootstrap, priority 'bootstrap' => 1,