Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
voltan committed Oct 16, 2013
1 parent 731bd3e commit fe819f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit fe819f8

Please sign in to comment.